mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-11 17:39:41 +00:00
Code cleanup.
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user