mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Added per client invoice counter
This commit is contained in:
parent
cc63385e14
commit
9d93899ef9
@ -64,11 +64,11 @@ class Invoice extends EntityModel implements BalanceAffecting
|
|||||||
*/
|
*/
|
||||||
public static $patternFields = [
|
public static $patternFields = [
|
||||||
'counter',
|
'counter',
|
||||||
|
'clientIdNumber',
|
||||||
'clientInvoiceCounter',
|
'clientInvoiceCounter',
|
||||||
'clientQuoteCounter',
|
'clientQuoteCounter',
|
||||||
'clientCustom1',
|
'clientCustom1',
|
||||||
'clientCustom2',
|
'clientCustom2',
|
||||||
'clientIdNumber',
|
|
||||||
'userId',
|
'userId',
|
||||||
'year',
|
'year',
|
||||||
'date:',
|
'date:',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user