diff --git a/EuroTran/WebApp/Scripts/pages/ShowEasy/ServiceQSMaintain_Qry.js b/EuroTran/WebApp/Scripts/pages/ShowEasy/ServiceQSMaintain_Qry.js index e01afa8..ca5d3c3 100644 --- a/EuroTran/WebApp/Scripts/pages/ShowEasy/ServiceQSMaintain_Qry.js +++ b/EuroTran/WebApp/Scripts/pages/ShowEasy/ServiceQSMaintain_Qry.js @@ -57,6 +57,7 @@ var fnPageInit = function () { fnSetArgDrop([{ ArgClassID: 'ServiceItem', + Level: 1, Select: $('#QuotationType'), ShowId: true }]), diff --git a/EuroTran/WebApp/Scripts/pages/ShowEasy/ServiceQSMaintain_Upd.js b/EuroTran/WebApp/Scripts/pages/ShowEasy/ServiceQSMaintain_Upd.js index 1ea4a50..c4f353b 100644 --- a/EuroTran/WebApp/Scripts/pages/ShowEasy/ServiceQSMaintain_Upd.js +++ b/EuroTran/WebApp/Scripts/pages/ShowEasy/ServiceQSMaintain_Upd.js @@ -180,7 +180,7 @@ var fnPageInit = function () { postArray.push(fnSetArgDrop([ { ArgClassID: 'ServiceItem', - LevelOfArgument:1, + Level: 1, Select: $('#QuotationType'), ShowId: true }