bug
This commit is contained in:
@@ -678,8 +678,8 @@ namespace Tnb.WarehouseMgr
|
||||
["corpoid"] = erpOrg.corpoid,
|
||||
["corpvid"] = erpOrg.corpvid,
|
||||
["crowno"] = (dList.FindIndex(x=>x.id==wmsMaterialTransferd.id)+1) * 10,
|
||||
["csourcebillbid"] = wmsMaterialTransferd.erp_line_pk ?? "",
|
||||
["csourcebillhid"] = wmsMaterialTransfer.erp_pk ?? "",
|
||||
["csourcebillbid"] = wmsMaterialTransferd.erp_line_pk,
|
||||
["csourcebillhid"] = wmsMaterialTransfer.erp_pk,
|
||||
["cunitid"] = erpExtendFields.Find(x=>x.table_id==unitData.Id)?.cunitid ?? "",
|
||||
["cvendorid"] = "",
|
||||
["cvendorvid"] = "",
|
||||
|
||||
Reference in New Issue
Block a user