PHP код:
void updatePurchLine_Quantity(){
PurchLine line;
int weight;
;
weight = 100 ; // к примеру ...
line = _w2LController.getPurchLine();
line.PurchQty = weight;
Purchline::ModifyPurchQty( _w2LController.getPurchLine(),
_w2LController.getInventDim());
line.update();
// line.QtyOrdered = weight;
// line.RemainPurchPhysical = weight;
// line.RemainInventPhysical = weight;
}
Так тоже не работает ....
P.S. Работает то, что закомментировано....