bugfix
This commit is contained in:
parent
8ac33636b5
commit
7ced11b4a2
@ -35,7 +35,7 @@ class ConsumeBiz(PFBiz):
|
||||
return self.customerid
|
||||
if role == 'reseller':
|
||||
return self.resellerid
|
||||
if role is 'provider':
|
||||
if role == 'provider':
|
||||
return self.providerid
|
||||
if role is None or role == 'null':
|
||||
return None
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user