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',
|
||||
'hours',
|
||||
'id_number',
|
||||
'invoice',
|
||||
'item',
|
||||
'line_total',
|
||||
'outstanding',
|
||||
@ -240,6 +241,7 @@ class Account extends Eloquent
|
||||
'partial_due',
|
||||
'po_number',
|
||||
'quantity',
|
||||
'quote',
|
||||
'rate',
|
||||
'service',
|
||||
'subtotal',
|
||||
|
Loading…
x
Reference in New Issue
Block a user