From: Joe Hunt Date: Fri, 2 Jan 2009 08:59:29 +0000 (+0000) Subject: [0000104] minor language updates in a few sales files X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=9a6e7c19d072d5c297ff60938aa7b6493507889b;p=textcart.git [0000104] minor language updates in a few sales files --- 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();