mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Add custom label fields
This commit is contained in:
parent
55cf2f76b5
commit
496a131f6e
@ -233,6 +233,7 @@ class Account extends Eloquent
|
|||||||
'due_date',
|
'due_date',
|
||||||
'hours',
|
'hours',
|
||||||
'id_number',
|
'id_number',
|
||||||
|
'invoice',
|
||||||
'item',
|
'item',
|
||||||
'line_total',
|
'line_total',
|
||||||
'outstanding',
|
'outstanding',
|
||||||
@ -240,6 +241,7 @@ class Account extends Eloquent
|
|||||||
'partial_due',
|
'partial_due',
|
||||||
'po_number',
|
'po_number',
|
||||||
'quantity',
|
'quantity',
|
||||||
|
'quote',
|
||||||
'rate',
|
'rate',
|
||||||
'service',
|
'service',
|
||||||
'subtotal',
|
'subtotal',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user