diff --git a/SubProject/FEQ0000/PurchaseEB/fPurchaseEB.cs b/SubProject/FEQ0000/PurchaseEB/fPurchaseEB.cs index 0682857..f752cbb 100644 --- a/SubProject/FEQ0000/PurchaseEB/fPurchaseEB.cs +++ b/SubProject/FEQ0000/PurchaseEB/fPurchaseEB.cs @@ -516,7 +516,7 @@ namespace FEQ0000 var drv = bs.Current as DataRowView; if (drv == null) return; - int curLevel = Math.Max(FCOMMON.info.Login.level, FCOMMON.DBM.getAuth(FCOMMON.DBM.eAuthType.purchase)); + int curLevel = Math.Max(FCOMMON.info.Login.level, FCOMMON.DBM.getAuth(FCOMMON.DBM.eAuthType.purchaseEB)); var dr = drv.Row as dsPurchase.EETGW_PurchaseEBRow;//.PurchaseRow; if (dr.sc != "") { @@ -1327,7 +1327,7 @@ namespace FEQ0000 var drv = this.bs.Current as DataRowView; var dr = drv.Row as dsPurchase.EETGW_PurchaseEBRow; - int curLevel = Math.Max(FCOMMON.info.Login.level, FCOMMON.DBM.getAuth(FCOMMON.DBM.eAuthType.purchase)); + int curLevel = Math.Max(FCOMMON.info.Login.level, FCOMMON.DBM.getAuth(FCOMMON.DBM.eAuthType.purchaseEB)); if (curLevel < 5) //일반사용자 입고 여부 { if (dr.state != "PO" && dr.state != "PR")