| ||
|
--------------------------------------------------------------
Hello,
try and add InventMovement::bufferSetRemainQty(salesLine); before you update
the salesline.
SalesLine::modifySalesQty(salesline, salesline.inventDim());
InventMovement::bufferSetRemainQty(salesLine);
salesLine.update();
Regards
--
try and add InventMovement::bufferSetRemainQty(salesLine); before you update
the salesline.
SalesLine::modifySalesQty(salesline, salesline.inventDim());
InventMovement::bufferSetRemainQty(salesLine);
salesLine.update();
Regards
--
com'on MS team, why so many logic in forms?
回复删除So how many triggers should I pull to shoot with your gun
Take a look in the classes around and see how many methods 'modifiedQty' or similar are available and figure out the what the mess...