2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 03:29:00 +00:00

fix: party widget status

This commit is contained in:
18alantom 2022-06-16 22:44:50 +05:30
parent cf0224eb85
commit 9617030b8c

View File

@ -118,6 +118,7 @@ export default {
invoices.forEach((i) => {
i.schemaName = schemaName;
i.schema = fyo.schemaMap[schemaName];
});
pendingInvoices.push(...invoices);