2
0
mirror of https://github.com/frappe/books.git synced 2024-09-19 19:19:02 +00:00

fix: Save and Submit a SINV created from SQUOT

This commit is contained in:
AbleKSaju 2024-08-08 15:16:31 +05:30
parent 99e6cd5ec0
commit cb1aeb2222

View File

@ -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;