Home
last modified time | relevance | path

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

/dports/finance/weberp/webERP/
H A DZ_ReApplyCostToSA.php52 while ($ItemsToUpdate = DB_fetch_array($result)){ variable
54 if ($ItemsToUpdate['mbflag']=='A'){
58 WHERE bom.parent = '" . $ItemsToUpdate['stockid'] . "'
62 …$ErrMsg = _('Could not recalculate the current cost of the assembly item') . $ItemsToUpdate['stock…
67 $Cost = $ItemsToUpdate['standardcost'];
71 WHERE stockid='" . $ItemsToUpdate['stockid'] . "'
74 …$ErrMsg = _('Could not update the sales analysis records for') . ' ' . $ItemsToUpdate['stockid'] .…
78 …iod') . ' ' . $_POST['PeriodNo'] . ' ' . _('and stock item') . ' ' . $ItemsToUpdate['stockid'] . '…