mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
import bank record
This commit is contained in:
@@ -76,7 +76,7 @@ class ImportBankRecordController
|
||||
|
||||
}
|
||||
|
||||
$matches = $systemReference === $row['remarkreferences'] ? 'Yes' : 'No';
|
||||
$matches = $systemReference == $row['remarkreferences'] ? 'Yes' : 'No';
|
||||
|
||||
echo '<tr>
|
||||
<td>'.$date->format('d-m-Y').'</td>
|
||||
|
||||
Reference in New Issue
Block a user