fix updated latest

This commit is contained in:
hafifierahman
2023-03-12 00:33:23 +08:00
parent 372cf452a6
commit 9b134d5e47
7 changed files with 57 additions and 22 deletions
+2 -2
View File
@@ -295,8 +295,8 @@
</div>
@php
$gadaiNumber = $gadai == null ? '0' : count($gadaiNumber);
$listSerahNumber = $listserah == null ? '0' : count($listserah);
$gadaiNumber = isset($gadai) == false ? '0' : count($gadai);
$listSerahNumber = isset($listserah) == false ? '0' : count($listserah);
if($auth_user['role_harian'] == 'teller')
{