! -> Note
$ -> Affected files
+06-Apr-200 Janusz Dobrowolski
+# Sales invoice edition denied for documents created in FA 1.xx because of nonportable differences in gl posting/db schema.
+ /sales/customer_invoice.php
+
05-Apr-2008 Joe Hunt
# Fixed a bug when creating subfolder for new companies. Should be company id and not the table pref counter.
$ /admin/create_coy.php
} 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>
+ 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();
+ }
processing_start();
$_SESSION['Items'] = new Cart(10, $_GET['ModifyInvoice']);