Skip to content

Commit

Permalink
fix: Save and Submit a SINV created from SQUOT
Browse files Browse the repository at this point in the history
  • Loading branch information
AbleKSaju committed Aug 10, 2024
1 parent 99e6cd5 commit cb1aeb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions models/baseModels/SalesQuote/SalesQuote.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export class SalesQuote extends Invoice {
numberSeries,
quote: this.name,
items: [],
submitted: false,
};

const invoice = this.fyo.doc.getNewDoc(schemaName, data) as Invoice;
Expand Down

0 comments on commit cb1aeb2

Please sign in to comment.