From 9a6e7c19d072d5c297ff60938aa7b6493507889b Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Fri, 2 Jan 2009 08:59:29 +0000 Subject: [PATCH] [0000104] minor language updates in a few sales files --- CHANGELOG.txt | 4 ++++ sales/customer_invoice.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index f332bb6..3e4a021 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,10 @@ Legend: ! -> Note $ -> Affected files +02-Jan-2009 Joe Hunt +# [0000104] minor language updates in a few sales files +$ /sales/customer_invoice.php + 23-Dec-2008 Joe Hunt # Fixed an accounting sync in GL when adding bank account transactions (no customer/supplier trans) $ /gl/includes/db/gl_db_banking.inc diff --git a/sales/customer_invoice.php b/sales/customer_invoice.php index 35d59fb..a903b92 100644 --- a/sales/customer_invoice.php +++ b/sales/customer_invoice.php @@ -115,7 +115,7 @@ if ( (isset($_GET['DeliveryNumber']) && ($_GET['DeliveryNumber'] > 0) ) } elseif (isset($_GET['ModifyInvoice']) && $_GET['ModifyInvoice'] > 0) { if ( get_parent_trans(10, $_GET['ModifyInvoice']) == 0) { // 1.xx compatibility hack - echo"

" . _("There in no delivery notes for this invoice.
+ echo"

" . _("There are no delivery notes for this invoice.
Most likely this invoice was created in Front Accounting version prior to 2.0 and therefore can not be modified.") . "
"; display_footer_exit(); -- 2.30.2