bug fix in banks rows search for user that not owner of bussiness

This commit is contained in:
Hesabix 2025-01-12 08:05:44 +00:00
parent 18b9f9841c
commit ca64caeace

View file

@ -693,6 +693,8 @@ class HesabdariController extends AbstractController
$roll = 'person'; $roll = 'person';
elseif ($params['type'] == 'sell_receive') elseif ($params['type'] == 'sell_receive')
$roll = 'sell'; $roll = 'sell';
elseif ($params['type'] == 'bank')
$roll = 'banks';
elseif ($params['type'] == 'buy_send') elseif ($params['type'] == 'buy_send')
$roll = 'buy'; $roll = 'buy';
elseif ($params['type'] == 'transfer') elseif ($params['type'] == 'transfer')