mirror of
https://github.com/frappe/books.git
synced 2024-11-09 23:30:56 +00:00
fix: Save and Submit a SINV created from SQUOT
This commit is contained in:
parent
99e6cd5ec0
commit
cb1aeb2222
@ -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…
Reference in New Issue
Block a user