fixing error anjak piutang

This commit is contained in:
KhatamNugraha
2024-05-08 16:17:52 +07:00
parent a8a0ed1bd9
commit 838ed080a8
2 changed files with 16 additions and 4 deletions

View File

@ -204,7 +204,7 @@
</tr>
</thead>
<tbody style="page-break-inside: avoid;">
@if (count($data['DataPinjaman'])>0 OR count($data['DataRK'])>0 OR $data['totalOutstanding'] != '' )
@if (count($data['DataPinjaman'])>0 OR count($data['DataRK'])>0 OR $data['totalOutstanding'] != 'NIHIL' )
@if (count($data['DataPinjaman'])>0)
@php $i=1;
$saldo = '';
@ -249,7 +249,7 @@
@endforeach
@endif
@if ($data['totalOutstanding'] != '')
@if ($data['totalOutstanding'] != 'NIHIL')
@php
$no = 0;
if (count( $data['DataPinjaman']) > 0) {