mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Make sure create uses the right fields.
This commit is contained in:
		| @@ -43,6 +43,7 @@ return [ | ||||
|     'journal_currency_id'       => 'Currency', | ||||
|     'currency_id'               => 'Currency', | ||||
|     'transaction_currency_id'   => 'Currency', | ||||
|     'auto_budget_currency_id'   => 'Currency', | ||||
|     'external_ip'               => 'Your server\'s external IP', | ||||
|     'attachments'               => 'Attachments', | ||||
|     'journal_amount'            => 'Amount', | ||||
| @@ -260,7 +261,7 @@ return [ | ||||
|     'expected_on'               => 'Expected on', | ||||
|     'paid'                      => 'Paid', | ||||
|  | ||||
|     'auto_budget_option'            => 'Auto-budget', | ||||
|     'auto_budget_type'            => 'Auto-budget', | ||||
|     'auto_budget_amount'            => 'Auto-budget amount', | ||||
|     'auto_budget_period'            => 'Auto-budget period', | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user