! -> Note
$ -> Affected files
+26-Sep-2008 Janusz Dobrowolski
+# Bug [0000062] Delivery Modifitication - duplicated tax details.
+$ /sales/includes/db/sales_delivery_db.inc
+
25-Sep-2008 Joe Hunt
# if MySQL is in strict sql mode, a couple of files didn't pass that. Better not use strict sql mode.
This is not necessary, because FA handle this internally. in my.ini(win) or my.cnf(linux) set sql-mode="".
} else {
void_gl_trans(13, $delivery_no, true);
void_stock_move(13, $delivery_no);
+ void_customer_trans_tax_details(13, $delivery_no);
delete_comments(13, $delivery_no);
}