From 496a131f6e57ee58ecf844bf55d7bdc77d447054 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Wed, 6 Dec 2017 15:42:41 +0200 Subject: [PATCH] Add custom label fields --- app/Models/Account.php | 2 ++ 1 file changed, 2 insertions(+) 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',