fix lelong skit dan tebus skit

This commit is contained in:
hafifierahman
2021-10-11 21:51:54 +08:00
parent 1b266801f1
commit dba582b25f
2 changed files with 23 additions and 9 deletions
@@ -493,7 +493,7 @@ class AliranTunaiController extends Controller
if(number_format($penebusanbarcodescanned,2) !== number_format($masuk,2))
$errorpenebusan = true;
if(number_format(round($bakisemasa,1),2) !== number_format(round($baki,1),2))
if(number_format(round($bakisemasa,2),2) !== number_format(round($baki,2),2))
$errorbaki = true;
if(number_format($totalpendahuluan,2) != number_format($pendahuluan,2))