mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-31 07:44:38 -04:00
fixes for tests
This commit is contained in:
parent
f01c038c6e
commit
548c9b31d0
@ -55,7 +55,7 @@ class RecurringInvoice extends BaseModel
|
|||||||
protected $fillable = [
|
protected $fillable = [
|
||||||
'client_id',
|
'client_id',
|
||||||
'invoice_number',
|
'invoice_number',
|
||||||
'discount'
|
'discount',
|
||||||
'is_amount_discount',
|
'is_amount_discount',
|
||||||
'po_number',
|
'po_number',
|
||||||
'invoice_date',
|
'invoice_date',
|
||||||
@ -63,7 +63,7 @@ class RecurringInvoice extends BaseModel
|
|||||||
'line_items',
|
'line_items',
|
||||||
'settings',
|
'settings',
|
||||||
'footer',
|
'footer',
|
||||||
'public_notes'
|
'public_notes',
|
||||||
'private_notes',
|
'private_notes',
|
||||||
'terms',
|
'terms',
|
||||||
'tax_name1',
|
'tax_name1',
|
||||||
@ -75,8 +75,8 @@ class RecurringInvoice extends BaseModel
|
|||||||
'custom_value3',
|
'custom_value3',
|
||||||
'custom_value4',
|
'custom_value4',
|
||||||
'amount',
|
'amount',
|
||||||
'partial'
|
'partial',
|
||||||
'frequency_id'
|
'frequency_id',
|
||||||
'start_date',
|
'start_date',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user