diff --git a/ICS.CreateSMShip/CreateSMShip.cs b/ICS.CreateSMShip/CreateSMShip.cs index 79e2099..2f27f04 100644 --- a/ICS.CreateSMShip/CreateSMShip.cs +++ b/ICS.CreateSMShip/CreateSMShip.cs @@ -75,7 +75,7 @@ namespace ICS.CreateSMShip model.m_curShipQty1 = item.CurShipQty1; model.m_sOIsConsign = true; model.m_srcDocType = item.SrcDocType; - string SrcID = Appconfig.GetSOLineID(item.SrcDocNo, item.SrcDocLineNo); + string SrcID = Appconfig.GetSOLineID(item.SrcDocNo, item.SrcDocLineNo,item.SrcDocSubLineNo); string _OrgID = Appconfig.GetOrgID(item.SrcDocNo, item.SrcDocLineNo); if (!string.IsNullOrWhiteSpace(SrcID)) {