mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-23 06:24:03 +00:00
import bank record
This commit is contained in:
@@ -79,7 +79,7 @@ class ImportBankRecordController
|
||||
|
||||
if($debit){
|
||||
$debitTransactions = $this->getTransactions($date, $debit, null, null, null, [ApprovalStatus::APPROVED, ApprovalStatus::COMPLETED], Group::class);
|
||||
|
||||
dump($debitTransactions);
|
||||
if(!$debitTransactions) {
|
||||
foreach (['YSN', 'HCK', 'AVANTIC', 'HIGH HILL'] as $reference){
|
||||
if(str_contains($description, $reference)) {
|
||||
|
||||
Reference in New Issue
Block a user