mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 14:50:32 +00:00
feat: Bad Debt.
This commit is contained in:
@@ -7,10 +7,15 @@ const InvoiceDeliverAlert = React.lazy(() =>
|
||||
import('../../Alerts/Invoices/InvoiceDeliverAlert'),
|
||||
);
|
||||
|
||||
const BadDebtAlert = React.lazy(() =>
|
||||
import('../../Alerts/Invoices/BadDebtAlert'),
|
||||
);
|
||||
|
||||
/**
|
||||
* Invoices alert.
|
||||
*/
|
||||
export default [
|
||||
{ name: 'invoice-delete', component: InvoiceDeleteAlert },
|
||||
{ name: 'invoice-deliver', component: InvoiceDeliverAlert },
|
||||
{ name: 'bad-debt', component: BadDebtAlert },
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user