mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 21:00:31 +00:00
Fix : Receipt & Invoices
This commit is contained in:
@@ -8,6 +8,8 @@ export default (mapState) => {
|
||||
billsettings: state.settings.data.bills,
|
||||
billPaymentSettings: state.settings.data.bill_payments,
|
||||
estimatesSettings: state.settings.data.sales_estimates,
|
||||
receiptSettings: state.settings.data.sales_receipts,
|
||||
invoiceSettings: state.settings.data.sales_invoices,
|
||||
};
|
||||
return mapState ? mapState(mapped, state, props) : mapped;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user