! -> 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
} elseif (isset($_GET['ModifyInvoice']) && $_GET['ModifyInvoice'] > 0) {
if ( get_parent_trans(10, $_GET['ModifyInvoice']) == 0) { // 1.xx compatibility hack
- echo"<center><br><b>" . _("There in no delivery notes for this invoice.<br>
+ echo"<center><br><b>" . _("There are no delivery notes for this invoice.<br>
Most likely this invoice was created in Front Accounting version prior to 2.0
and therefore can not be modified.") . "</b></center>";
display_footer_exit();