From 9d93899ef9c3cb85604ecfab98a6bdf335907558 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Wed, 29 Mar 2017 11:55:54 +0300 Subject: [PATCH] Added per client invoice counter --- app/Models/Invoice.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Models/Invoice.php b/app/Models/Invoice.php index 3b40400f3a80..7f51400602db 100644 --- a/app/Models/Invoice.php +++ b/app/Models/Invoice.php @@ -64,11 +64,11 @@ class Invoice extends EntityModel implements BalanceAffecting */ public static $patternFields = [ 'counter', + 'clientIdNumber', 'clientInvoiceCounter', 'clientQuoteCounter', 'clientCustom1', 'clientCustom2', - 'clientIdNumber', 'userId', 'year', 'date:',