Added per client invoice counter

This commit is contained in:
Hillel Coren 2017-03-29 11:55:54 +03:00
parent cc63385e14
commit 9d93899ef9

View File

@ -64,11 +64,11 @@ class Invoice extends EntityModel implements BalanceAffecting
*/
public static $patternFields = [
'counter',
'clientIdNumber',
'clientInvoiceCounter',
'clientQuoteCounter',
'clientCustom1',
'clientCustom2',
'clientIdNumber',
'userId',
'year',
'date:',