wip
This commit is contained in:
@@ -39,10 +39,6 @@ func (a AuthInfo) IsPayment() bool {
|
||||
return a.User_Position_Code == string(ero.UPCPay)
|
||||
}
|
||||
|
||||
func (a AuthInfo) IsPaymentVerificator() bool {
|
||||
return a.User_Position_Code == string(ero.UPCPav)
|
||||
}
|
||||
|
||||
func (a AuthInfo) IsManagement() bool {
|
||||
return a.User_Position_Code == string(ero.UPCMan)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user