import bank record

This commit is contained in:
Omair Saleh
2023-03-13 02:54:27 +08:00
parent a319dc60d1
commit 3198e6a772
@@ -30,6 +30,7 @@ class ImportBankRecordController
<th>Bank</th>
<th>Description</th>
<th>Credit</th>
<th>Pay For</th>
<th>System Reference</th>
<th>Human Reference</th>
<th>Multiple</th>
@@ -88,6 +89,7 @@ class ImportBankRecordController
<td>'.$branch.'</td>
<td>'.$row['description'].'</td>
<td>'.$credit.'</td>
<td>'.$row['pay_for'].'</td>
<td>'.$systemReference.'</td>
<td>'.$row['remarkreferences'].'</td>
<td>'.$multiple.'</td>