/sales/inquiry/customer_inquiry.php
# Fixed due date display for invoices.
$ /sales/inquiry/customer_inquiry.php
+# Bugfix [0000115] - error on empty table update in fallback mode.
+$ /sales/inquiry/customer_allocation_inquiry.php
30-Jan-2009 Joe Hunt
+ Outputs/Inputs on tax inquiry as well (why not)
if ($id != -1)
change_tpl_flag($id);
-if (isset($_POST['Update'])) {
+if (isset($_POST['Update']) && isset($_POST['last']) {
foreach($_POST['last'] as $id => $value)
if ($value != check_value('chgtpl'.$id))
change_tpl_flag($id);