mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 21:00:31 +00:00
feat: add reconcile vendor credit.
This commit is contained in:
@@ -51,7 +51,7 @@ function ReconcileCreditNoteForm({
|
||||
|
||||
// Filters the entries.
|
||||
const entries = values.entries
|
||||
.filter((entry) => entry.id && entry.amount)
|
||||
.filter((entry) => entry.invoice_id && entry.amount)
|
||||
.map((entry) => transformToForm(entry, defaultInitialValues.entries[0]));
|
||||
|
||||
const form = {
|
||||
|
||||
@@ -32,7 +32,7 @@ function ReconcileCreditNoteFormFloatingActions({
|
||||
</Button>
|
||||
<Button
|
||||
intent={Intent.PRIMARY}
|
||||
style={{ minWidth: '85px' }}
|
||||
style={{ minWidth: '95px' }}
|
||||
type="submit"
|
||||
loading={isSubmitting}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user