Added per client invoice counter
This commit is contained in:
parent
cc63385e14
commit
9d93899ef9
1 changed files with 1 additions and 1 deletions
|
|
@ -64,11 +64,11 @@ class Invoice extends EntityModel implements BalanceAffecting
|
|||
*/
|
||||
public static $patternFields = [
|
||||
'counter',
|
||||
'clientIdNumber',
|
||||
'clientInvoiceCounter',
|
||||
'clientQuoteCounter',
|
||||
'clientCustom1',
|
||||
'clientCustom2',
|
||||
'clientIdNumber',
|
||||
'userId',
|
||||
'year',
|
||||
'date:',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue