mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-26 00:06:34 -06:00
Fix #2677
This commit is contained in:
parent
5372a126c5
commit
e3e9e8e859
@ -44,7 +44,6 @@ return [
|
|||||||
'transactions_create_withdrawal' => [
|
'transactions_create_withdrawal' => [
|
||||||
'source' => ['element' => 'input[name="source[]"]'],
|
'source' => ['element' => 'input[name="source[]"]'],
|
||||||
'destination' => ['element' => 'input[name="destination[]"]'],
|
'destination' => ['element' => 'input[name="destination[]"]'],
|
||||||
'foreign_currency' => ['element' => 'select[name="foreign_currency[]"]'],
|
|
||||||
'more_meta' => ['element' => 'input[name="category[]"]'],
|
'more_meta' => ['element' => 'input[name="category[]"]'],
|
||||||
'split_add' => ['element' => '.split_add_btn'],
|
'split_add' => ['element' => '.split_add_btn'],
|
||||||
],
|
],
|
||||||
@ -52,7 +51,6 @@ return [
|
|||||||
'transactions_create_deposit' => [
|
'transactions_create_deposit' => [
|
||||||
'source' => ['element' => 'input[name="source[]"]'],
|
'source' => ['element' => 'input[name="source[]"]'],
|
||||||
'destination' => ['element' => 'input[name="destination[]"]'],
|
'destination' => ['element' => 'input[name="destination[]"]'],
|
||||||
'foreign_currency' => ['element' => 'select[name="foreign_currency[]"]'],
|
|
||||||
'more_meta' => ['element' => 'input[name="category[]"]'],
|
'more_meta' => ['element' => 'input[name="category[]"]'],
|
||||||
'split_add' => ['element' => '.split_add_btn'],
|
'split_add' => ['element' => '.split_add_btn'],
|
||||||
],
|
],
|
||||||
@ -60,7 +58,6 @@ return [
|
|||||||
'transactions_create_transfer' => [
|
'transactions_create_transfer' => [
|
||||||
'source' => ['element' => 'input[name="source[]"]'],
|
'source' => ['element' => 'input[name="source[]"]'],
|
||||||
'destination' => ['element' => 'input[name="destination[]"]'],
|
'destination' => ['element' => 'input[name="destination[]"]'],
|
||||||
'foreign_currency' => ['element' => 'select[name="foreign_currency[]"]'],
|
|
||||||
'more_meta' => ['element' => 'input[name="category[]"]'],
|
'more_meta' => ['element' => 'input[name="category[]"]'],
|
||||||
'split_add' => ['element' => '.split_add_btn'],
|
'split_add' => ['element' => '.split_add_btn'],
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user