2
0
mirror of https://github.com/frappe/books.git synced 2025-01-22 22:58:28 +00:00

Merge pull request #918 from AbleKSaju/fix-salesQuote

fix: Save and Submit a SINV created from SQUOT
This commit is contained in:
Akshay 2024-08-10 14:58:57 +05:30 committed by GitHub
commit 9e35289373
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;