latest server

This commit is contained in:
e.arrahn
2021-09-15 21:30:18 +08:00
parent ec95e83029
commit d4d47d2e24
10 changed files with 322 additions and 296 deletions
@@ -399,7 +399,7 @@ class AliranTunaiController extends Controller
if($teb['tagterima'] === 1){
if($teb['jenistebus'] === 'S')
{
$totaltebusbarcodescanned += $teb['pinjaman'] + $teb['bakiupah'];
$totaltebusbarcodescanned += $teb['gadaibakipjm'] + $teb['bakiupah'];
}else{
$totaltebusbarcodescanned += $teb['bakipjm'];
}
@@ -407,7 +407,7 @@ class AliranTunaiController extends Controller
if($teb['jenistebus'] === 'S')
{
$totaltebus += $teb['pinjaman'] + $teb['bakiupah'];
$totaltebus += $teb['gadaibakipjm'] + $teb['bakiupah'];
}else{
$totaltebus += $teb['bakipjm'];
}