mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-11-04 05:15:39 +00:00 
			
		
		
		
	Test a fix for #1620
This commit is contained in:
		@@ -48,15 +48,16 @@ class BillFormRequest extends Request
 | 
			
		||||
    public function getBillData(): array
 | 
			
		||||
    {
 | 
			
		||||
        return [
 | 
			
		||||
            'name'        => $this->string('name'),
 | 
			
		||||
            'amount_min'  => $this->string('amount_min'),
 | 
			
		||||
            'currency_id' => $this->integer('transaction_currency_id'),
 | 
			
		||||
            'amount_max'  => $this->string('amount_max'),
 | 
			
		||||
            'date'        => $this->date('date'),
 | 
			
		||||
            'repeat_freq' => $this->string('repeat_freq'),
 | 
			
		||||
            'skip'        => $this->integer('skip'),
 | 
			
		||||
            'notes'       => $this->string('notes'),
 | 
			
		||||
            'active'      => $this->boolean('active'),
 | 
			
		||||
            'name'          => $this->string('name'),
 | 
			
		||||
            'amount_min'    => $this->string('amount_min'),
 | 
			
		||||
            'currency_id'   => $this->integer('transaction_currency_id'),
 | 
			
		||||
            'currency_code' => '',
 | 
			
		||||
            'amount_max'    => $this->string('amount_max'),
 | 
			
		||||
            'date'          => $this->date('date'),
 | 
			
		||||
            'repeat_freq'   => $this->string('repeat_freq'),
 | 
			
		||||
            'skip'          => $this->integer('skip'),
 | 
			
		||||
            'notes'         => $this->string('notes'),
 | 
			
		||||
            'active'        => $this->boolean('active'),
 | 
			
		||||
        ];
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user