mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 22:00:31 +00:00
refactor: settings module
This commit is contained in:
@@ -11,7 +11,7 @@ export class CreditNoteAutoIncrementService {
|
||||
* Retrieve the next unique credit number.
|
||||
* @return {string}
|
||||
*/
|
||||
public getNextCreditNumber(): string {
|
||||
public getNextCreditNumber(): Promise<string> {
|
||||
return this.autoIncrementOrdersService.getNextTransactionNumber(
|
||||
'credit_note',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user