mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Fix #9954
This commit is contained in:
@@ -55,6 +55,9 @@ class BillFactory
|
||||
$skip = array_key_exists('skip', $data) ? $data['skip'] : 0;
|
||||
$active = array_key_exists('active', $data) ? $data['active'] : 0;
|
||||
|
||||
$data['extension_date'] = $data['extension_date'] ?? null;
|
||||
$data['end_date'] = $data['end_date'] ?? null;
|
||||
|
||||
/** @var Bill $bill */
|
||||
$bill = Bill::create(
|
||||
[
|
||||
|
Reference in New Issue
Block a user