mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixes for fillable properties
This commit is contained in:
parent
55b673241b
commit
c7cb299d1c
@ -96,6 +96,17 @@ class RecurringInvoice extends BaseModel
|
|||||||
'auto_bill',
|
'auto_bill',
|
||||||
'auto_bill_enabled',
|
'auto_bill_enabled',
|
||||||
'design_id',
|
'design_id',
|
||||||
|
'custom_surcharge1',
|
||||||
|
'custom_surcharge2',
|
||||||
|
'custom_surcharge3',
|
||||||
|
'custom_surcharge4',
|
||||||
|
'custom_surcharge_tax1',
|
||||||
|
'custom_surcharge_tax2',
|
||||||
|
'custom_surcharge_tax3',
|
||||||
|
'custom_surcharge_tax4',
|
||||||
|
'design_id',
|
||||||
|
'assigned_user_id',
|
||||||
|
'exchange_rate',
|
||||||
];
|
];
|
||||||
|
|
||||||
protected $casts = [
|
protected $casts = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user