1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-05 18:52:44 +01:00

Add new counter settings

This commit is contained in:
David Bomba 2021-03-17 21:06:08 +11:00
parent c95e0c3d7e
commit f00c1f95c0

View File

@ -134,6 +134,9 @@ trait GeneratesCounter
return 'payment_number_counter';
break;
case Credit::class:
if ($this->hasSharedCounter($client))
return 'invoice_number_counter';
return 'credit_number_counter';
break;
case Project::class: