mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix view of bills.
This commit is contained in:
@@ -51,7 +51,7 @@ class BillUpdateService
|
||||
$bill->repeat_freq = $data['repeat_freq'];
|
||||
$bill->skip = $data['skip'];
|
||||
$bill->automatch = true;
|
||||
$bill->active = $data['active'];
|
||||
$bill->active = $data['active']??true;
|
||||
$bill->save();
|
||||
|
||||
// update note:
|
||||
|
||||
Reference in New Issue
Block a user