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