Skip to content

Commit

Permalink
Merge pull request #918 from AbleKSaju/fix-salesQuote
Browse files Browse the repository at this point in the history
fix: Save and Submit a SINV created from SQUOT
  • Loading branch information
akshayitzme authored Aug 10, 2024
2 parents 900d6de + cb1aeb2 commit 9e35289
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 9e35289

Please sign in to comment.