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