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:
commit
9e35289373
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user