mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 05:40:31 +00:00
feat: add Bad-debt & cancel bad-bebt.
This commit is contained in:
@@ -7,8 +7,8 @@ const InvoiceDeliverAlert = React.lazy(() =>
|
||||
import('../../Alerts/Invoices/InvoiceDeliverAlert'),
|
||||
);
|
||||
|
||||
const BadDebtAlert = React.lazy(() =>
|
||||
import('../../Alerts/Invoices/BadDebtAlert'),
|
||||
const CancelBadDebtAlert = React.lazy(() =>
|
||||
import('../../Alerts/Invoices/CancelBadDebtAlert'),
|
||||
);
|
||||
|
||||
/**
|
||||
@@ -17,5 +17,5 @@ const BadDebtAlert = React.lazy(() =>
|
||||
export default [
|
||||
{ name: 'invoice-delete', component: InvoiceDeleteAlert },
|
||||
{ name: 'invoice-deliver', component: InvoiceDeliverAlert },
|
||||
{ name: 'bad-debt', component: BadDebtAlert },
|
||||
{ name: 'cancel-bad-debt', component: CancelBadDebtAlert },
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user