mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 22:00:31 +00:00
fix: fix notes.
This commit is contained in:
@@ -73,7 +73,7 @@ function CreditNoteFormProvider({ creditNoteId, ...props }) {
|
||||
return (
|
||||
<DashboardInsider
|
||||
loading={isItemsLoading || isCustomersLoading || isCreditNoteLoading}
|
||||
name={'credit-notes-form'}
|
||||
name={'credit-note-form'}
|
||||
>
|
||||
<CreditNoteFormContext.Provider value={provider} {...props} />
|
||||
</DashboardInsider>
|
||||
|
||||
@@ -36,7 +36,7 @@ export const defaultCreditNote = {
|
||||
credit_note_number: '',
|
||||
credit_note_no_manually: false,
|
||||
open: '',
|
||||
// reference_no: '',
|
||||
reference_no: '',
|
||||
note: '',
|
||||
terms_conditions: '',
|
||||
entries: [...repeatValue(defaultCreditNoteEntry, MIN_LINES_NUMBER)],
|
||||
|
||||
Reference in New Issue
Block a user