Home
last modified time | relevance | path

Searched refs:CancelItems (Results 1 – 1 of 1) sorted by relevance

/dports/finance/weberp/webERP/
H A DInternalStockRequestAuthorisation.php24 $CancelItems = explode('cancel', $POSTVariableName); variable
27 WHERE dispatchid='" . $CancelItems[0] . "'
28 AND dispatchitemsid='" . $CancelItems[1] . "'";
30 …SELECT stockid FROM stockrequestitems WHERE completed=0 AND dispatchid='" . $CancelItems[0] . "'");
34 WHERE dispatchid='" . $CancelItems[0] . "'");