Fix bug with Bank
This commit is contained in:
parent
c87aaca24e
commit
91f12b2ef0
1 changed files with 2 additions and 0 deletions
|
|
@ -27,6 +27,8 @@ if ( isset($_SESSION['isValid']) && $_SESSION['isValid'] == 1)
|
|||
case 'all':
|
||||
$filter_card="";
|
||||
break;
|
||||
default:
|
||||
$filter_card="and frd_id in ($d)";
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue