mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 14:20:31 +00:00
feat: add convert to credit note.
This commit is contained in:
@@ -56,6 +56,7 @@ function CreditNoteForm({
|
||||
isNewMode,
|
||||
submitPayload,
|
||||
creditNote,
|
||||
newCreditNote,
|
||||
createCreditNoteMutate,
|
||||
editCreditNoteMutate,
|
||||
} = useCreditNoteFormContext();
|
||||
@@ -74,6 +75,7 @@ function CreditNoteForm({
|
||||
credit_note_number: creditNumber,
|
||||
}),
|
||||
entries: orderingLinesIndexes(defaultCreditNote.entries),
|
||||
...newCreditNote,
|
||||
}),
|
||||
}),
|
||||
[],
|
||||
|
||||
Reference in New Issue
Block a user