mirror of
https://github.com/frappe/books.git
synced 2025-01-23 07:08:36 +00:00
Merge pull request #918 from AbleKSaju/fix-salesQuote
fix: Save and Submit a SINV created from SQUOT
This commit is contained in:
commit
9e35289373
@ -34,6 +34,7 @@ export class SalesQuote extends Invoice {
|
|||||||
numberSeries,
|
numberSeries,
|
||||||
quote: this.name,
|
quote: this.name,
|
||||||
items: [],
|
items: [],
|
||||||
|
submitted: false,
|
||||||
};
|
};
|
||||||
|
|
||||||
const invoice = this.fyo.doc.getNewDoc(schemaName, data) as Invoice;
|
const invoice = this.fyo.doc.getNewDoc(schemaName, data) as Invoice;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user