mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 10:47:00 +00:00 
			
		
		
		
	Set default piggy for new transaction
Fixes #605. By explicitly setting the selected piggybank to the 0-piggy, new transactions will not inadvertently get coupled to a piggybank if the piggy’s name starts with characters that get sorted before `(` (such as `!` or `’`).
This commit is contained in:
		| @@ -77,7 +77,7 @@ | ||||
|                         {{ ExpandedForm.text('tags') }} | ||||
|  | ||||
|                         <!-- RELATE THIS TRANSFER TO A PIGGY BANK --> | ||||
|                         {{ ExpandedForm.select('piggy_bank_id', piggies) }} | ||||
|                         {{ ExpandedForm.select('piggy_bank_id', piggies, '0') }} | ||||
|  | ||||
|                     </div> | ||||
|                 </div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user