|
|
@@ -1,6 +1,6 @@
|
|
|
insert into sa_dispatch_items (siteid, sa_dispatch_itemsid, sa_dispatchid, rowno, sa_orderitemsid, itemid, qty,
|
|
|
batchcontrol, batchno, remarks, createuserid, createby, createdate, changeuserid,
|
|
|
- changeby, changedate, billno)
|
|
|
+ changeby, changedate, billno,outwarehouseqty)
|
|
|
values ($siteid$, $sa_dispatch_itemsid$, $sa_dispatchid$, $rowno$, $sa_orderitemsid$, $itemid$, $qty$, $batchcontrol$,
|
|
|
$batchno$, $remarks$, $userid$, $username$, CURRENT_TIMESTAMP, $userid$, $username$, CURRENT_TIMESTAMP,
|
|
|
- $billno$);
|
|
|
+ $billno$,0);
|