X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=purchasing%2Fpo_receive_items.php;h=fcd7348b4e9b2fd72f3fa5153db533044c48892d;hb=a131056057ace6c8e61eafabd7d78ef36bb8d4bb;hp=d8cfca98dc8c9ec9e719304d2a01cb115c365fa6;hpb=b7292954fb15ae771a58480dba753cfd2948d810;p=fa-stable.git diff --git a/purchasing/po_receive_items.php b/purchasing/po_receive_items.php index d8cfca98..fcd7348b 100644 --- a/purchasing/po_receive_items.php +++ b/purchasing/po_receive_items.php @@ -131,7 +131,7 @@ function check_po_changed() { /*Now need to check that the order details are the same as they were when they were read into the Items array. If they've changed then someone else must have altered them */ - // Sherifoz 22.06.03 Compare against COMPLETED items only !! + // Compare against COMPLETED items only !! // Otherwise if you try to fullfill item quantities separately will give error. $result = get_po_items($_SESSION['PO']->order_no); @@ -161,7 +161,7 @@ function check_po_changed() function can_process() { - global $SysPrefs, $Refs; + global $SysPrefs; if (count($_SESSION['PO']->line_items) <= 0) {