mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
fix: e2e test cases
This commit is contained in:
@@ -162,9 +162,9 @@ export class CreditNoteGL {
|
||||
public getCreditNoteGLEntries(): ILedgerEntry[] {
|
||||
const AREntry = this.creditNoteAREntry;
|
||||
|
||||
const getItemEntry = this.getCreditNoteItemEntry;
|
||||
const itemsEntries = this.creditNoteModel.entries.map(getItemEntry);
|
||||
|
||||
const itemsEntries = this.creditNoteModel.entries.map((entry, index) =>
|
||||
this.getCreditNoteItemEntry(entry, index),
|
||||
);
|
||||
const discountEntry = this.discountEntry;
|
||||
const adjustmentEntry = this.adjustmentEntry;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user