Code cleanup.

This commit is contained in:
James Cole
2017-11-22 21:12:27 +01:00
parent 4e6b782204
commit 781ca052d8
142 changed files with 213 additions and 859 deletions

View File

@@ -280,13 +280,13 @@ return [
'converter' => 'Amount',
'field' => 'amount',
],
'amount_debet' => [
'amount_debet' => [
'mappable' => false,
'pre-process-map' => false,
'converter' => 'AmountDebet',
'field' => 'amount_debet',
],
'amount_credit' => [
'amount_credit' => [
'mappable' => false,
'pre-process-map' => false,
'converter' => 'AmountCredit',