From a584cfde9e2d256c806a783842a1d9bfec4751c0 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 7 Feb 2021 15:03:40 +0100 Subject: [PATCH] fix languages --- Theme/Backend/Lang/en.lang.php | 2 ++ Theme/Backend/invoice-archive.tpl.php | 2 +- Theme/Backend/invoice-create.tpl.php | 2 +- Theme/Backend/purchase-invoice-list.tpl.php | 2 +- Theme/Backend/sales-bill-list.tpl.php | 4 ++-- Theme/Backend/sales-bill.tpl.php | 4 ++-- 6 files changed, 9 insertions(+), 7 deletions(-) diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index e7c2a50..cd31fbb 100644 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -47,8 +47,10 @@ return ['Billing' => [ 'Net' => 'Net', 'Offer' => 'Offer', 'Payment' => 'Payment', + 'Postal' => 'Postal', 'Prepaid' => 'Prepaid', 'Price' => 'Price', + 'Profit' => 'Profit', 'Quantity' => 'Quantity', 'Recipient' => 'Recipient', 'Select' => 'Select', diff --git a/Theme/Backend/invoice-archive.tpl.php b/Theme/Backend/invoice-archive.tpl.php index 52f46d5..c268f29 100644 --- a/Theme/Backend/invoice-archive.tpl.php +++ b/Theme/Backend/invoice-archive.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Billing * @copyright Dennis Eichhorn diff --git a/Theme/Backend/invoice-create.tpl.php b/Theme/Backend/invoice-create.tpl.php index c8578c6..1552790 100644 --- a/Theme/Backend/invoice-create.tpl.php +++ b/Theme/Backend/invoice-create.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Billing * @copyright Dennis Eichhorn diff --git a/Theme/Backend/purchase-invoice-list.tpl.php b/Theme/Backend/purchase-invoice-list.tpl.php index 4e7aaef..7b6ad25 100644 --- a/Theme/Backend/purchase-invoice-list.tpl.php +++ b/Theme/Backend/purchase-invoice-list.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Billing * @copyright Dennis Eichhorn diff --git a/Theme/Backend/sales-bill-list.tpl.php b/Theme/Backend/sales-bill-list.tpl.php index cd64693..15c2f8d 100644 --- a/Theme/Backend/sales-bill-list.tpl.php +++ b/Theme/Backend/sales-bill-list.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Billing * @copyright Dennis Eichhorn @@ -25,7 +25,7 @@ echo $this->getData('nav')->render(); ?> -
getHtml('Id', '', ''); ?> + getHtml('ID', '0', '0'); ?> getHtml('Type'); ?> getHtml('ClientID'); ?> getHtml('Client'); ?> diff --git a/Theme/Backend/sales-bill.tpl.php b/Theme/Backend/sales-bill.tpl.php index a0baa91..eb5c878 100644 --- a/Theme/Backend/sales-bill.tpl.php +++ b/Theme/Backend/sales-bill.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Billing * @copyright Dennis Eichhorn @@ -26,7 +26,7 @@ echo $this->getData('nav')->render(); ?>