diff --git a/app/Models/Account.php b/app/Models/Account.php index 49a3cff5c254..00212bb7306d 100644 --- a/app/Models/Account.php +++ b/app/Models/Account.php @@ -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',