diff --git a/Admin/Routes/Web/Backend.php b/Admin/Routes/Web/Backend.php index 4d11de0..e4453de 100755 --- a/Admin/Routes/Web/Backend.php +++ b/Admin/Routes/Web/Backend.php @@ -22,7 +22,7 @@ return [ [ 'dest' => '\Modules\Finance\Controller\BackendController:viewDashboard', 'verb' => RouteVerb::GET, - 'active' => true, + 'active' => true, 'permission' => [ 'module' => BackendController::NAME, 'type' => PermissionType::READ, @@ -34,7 +34,7 @@ return [ [ 'dest' => '\Modules\Finance\Controller\BackendController:viewTaxList', 'verb' => RouteVerb::GET, - 'active' => true, + 'active' => true, 'permission' => [ 'module' => BackendController::NAME, 'type' => PermissionType::READ, @@ -46,7 +46,7 @@ return [ [ 'dest' => '\Modules\Finance\Controller\BackendController:viewTaxCode', 'verb' => RouteVerb::GET, - 'active' => true, + 'active' => true, 'permission' => [ 'module' => BackendController::NAME, 'type' => PermissionType::READ, @@ -58,7 +58,7 @@ return [ [ 'dest' => '\Modules\Finance\Controller\BackendController:viewTaxCreate', 'verb' => RouteVerb::GET, - 'active' => true, + 'active' => true, 'permission' => [ 'module' => BackendController::NAME, 'type' => PermissionType::CREATE, diff --git a/Theme/Backend/Lang/de.lang.php b/Theme/Backend/Lang/de.lang.php index 80101fa..d1ce3b5 100755 --- a/Theme/Backend/Lang/de.lang.php +++ b/Theme/Backend/Lang/de.lang.php @@ -105,9 +105,9 @@ return ['Finance' => [ 'TaxCodes' => 'Steuerkz.', 'TaxCode' => 'Steuerkz.', 'Purchase' => 'Einkauf', - 'InvoicePercentage' => 'Rechnungsprozentsatz', - 'OutputPercentage' => 'Umsatzsteuerprozentsatz', - 'InputPercentage' => 'Vorsteuerprozentsatz', + 'InvoicePercentage' => 'Rechnungsprozentsatz', + 'OutputPercentage' => 'Umsatzsteuerprozentsatz', + 'InputPercentage' => 'Vorsteuerprozentsatz', 'Tax1Account' => 'Steuerkonto 1', 'Tax2Account' => 'Steyerkonto 2', ]]; diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index b51cc51..c20e4a2 100755 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -104,9 +104,9 @@ return ['Finance' => [ 'TaxCodes' => 'Tax Codes', 'TaxCode' => 'Tax Code', 'Purchase' => 'Purchase', - 'InvoicePercentage' => 'Invoice Percentage', - 'OutputPercentage' => 'Sales Percentage', - 'InputPercentage' => 'Input Percentage', + 'InvoicePercentage' => 'Invoice Percentage', + 'OutputPercentage' => 'Sales Percentage', + 'InputPercentage' => 'Input Percentage', 'Tax1Account' => 'Tax Account 1', 'Tax2Account' => 'Tax Account 2', ]]; diff --git a/Theme/Backend/taxcode-view.tpl.php b/Theme/Backend/taxcode-view.tpl.php index ca51e92..a8f3e61 100644 --- a/Theme/Backend/taxcode-view.tpl.php +++ b/Theme/Backend/taxcode-view.tpl.php @@ -17,7 +17,7 @@ use phpOMS\Stdlib\Base\FloatInt; use phpOMS\Uri\UriFactory; $taxcode = $this->data['taxcode'] ?? new NullTaxCode(); -$isNew = $taxcode->id === 0; +$isNew = $taxcode->id === 0; /** @var \phpOMS\Views\View $this */ echo $this->data['nav']->render(); ?>