Merge remote-tracking branch 'origin' into afiqhamzah-feat-mykad-reader-registration

This commit is contained in:
afiq.hamzah
2023-03-16 16:43:19 +08:00
8 changed files with 108 additions and 43 deletions
+2 -2
View File
@@ -304,8 +304,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')
{