! -> Note
$ -> Affected files
+14-Jul-2008 Janusz Dobrowolski
+# Fixed bug [0000017] - error while checking qoh
+$ /includes/ui/items_cart.inc
+ /manufacturing/work_order_issue.php
+# Fixed ajax update
+$ /gl/manage/gl_accounts.php
+
13-Jul-2008 Joe Hunt
+ Added GL Summary of Tax Report (rep709.php). Usable only if different Tax Accounts are used.
$ /reporting/rep709.php
}
$failed_item = $_SESSION['issue_items']->check_qoh($_POST['Location'], $_POST['date_'], !$_POST['IssueType']);
- if ($failed_item != null)
+ if ($failed_item >= 0)
{
display_error( _("The issue cannot be processed because an entered item would cause a negative inventory balance :") .
" " . $failed_item->stock_id . " - " . $failed_item->item_description);