feat: add support for credit note status and acceptance functionality
This commit is contained in:
parent
83a7e7ee47
commit
91c7db7c7b
6 changed files with 13 additions and 8 deletions
|
|
@ -14,6 +14,7 @@ export const taskStatusOpts = [
|
|||
];
|
||||
|
||||
export const pageTabs = [
|
||||
{ label: CreditNoteStatus.Waiting, value: CreditNoteStatus.Waiting },
|
||||
{ label: CreditNoteStatus.Pending, value: CreditNoteStatus.Pending },
|
||||
{ label: CreditNoteStatus.Success, value: CreditNoteStatus.Success },
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue