Add custom label fields
This commit is contained in:
parent
55cf2f76b5
commit
496a131f6e
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue