mirror of
https://github.com/frappe/books.git
synced 2024-11-10 07:40:55 +00:00
fix: party widget status
This commit is contained in:
parent
cf0224eb85
commit
9617030b8c
@ -118,6 +118,7 @@ export default {
|
||||
|
||||
invoices.forEach((i) => {
|
||||
i.schemaName = schemaName;
|
||||
i.schema = fyo.schemaMap[schemaName];
|
||||
});
|
||||
|
||||
pendingInvoices.push(...invoices);
|
||||
|
Loading…
Reference in New Issue
Block a user