bug fix in banks rows search for user that not owner of bussiness
This commit is contained in:
parent
18b9f9841c
commit
ca64caeace
|
@ -693,6 +693,8 @@ class HesabdariController extends AbstractController
|
|||
$roll = 'person';
|
||||
elseif ($params['type'] == 'sell_receive')
|
||||
$roll = 'sell';
|
||||
elseif ($params['type'] == 'bank')
|
||||
$roll = 'banks';
|
||||
elseif ($params['type'] == 'buy_send')
|
||||
$roll = 'buy';
|
||||
elseif ($params['type'] == 'transfer')
|
||||
|
|
Loading…
Reference in a new issue