11
This commit is contained in:
parent
be3619103a
commit
e24c2e31cc
@ -722,7 +722,7 @@ namespace MyCode.Project.Services.Implementation
|
|||||||
invoiceOrderItemTemp.ReceiveorgName = t.ReceiveorgName;
|
invoiceOrderItemTemp.ReceiveorgName = t.ReceiveorgName;
|
||||||
invoiceOrderItems.Add(invoiceOrderItemTemp);
|
invoiceOrderItems.Add(invoiceOrderItemTemp);
|
||||||
ScanEntry tempUpdate = new ScanEntry();
|
ScanEntry tempUpdate = new ScanEntry();
|
||||||
tempUpdate.Qty = (int)temp.Qty;
|
tempUpdate.Qty = temp.Qty;
|
||||||
tempUpdate.FENTRYID = t.EntityId.SafeValue();
|
tempUpdate.FENTRYID = t.EntityId.SafeValue();
|
||||||
tempUpdate.FSupplierLot = temp.FSupplierLot;
|
tempUpdate.FSupplierLot = temp.FSupplierLot;
|
||||||
billPush.CustomParams.ScanEntry.Add(tempUpdate);
|
billPush.CustomParams.ScanEntry.Add(tempUpdate);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user