fix: notes.

This commit is contained in:
elforjani13
2021-12-08 18:53:14 +02:00
parent a948dd4236
commit 6573f19ff8
15 changed files with 138 additions and 55 deletions

View File

@@ -12,6 +12,10 @@ const OpenVendorCreditAlert = React.lazy(() =>
import('../../Alerts/VendorCeditNotes/VendorCreditOpenedAlert'),
);
const ReconcileVendorCreditDeleteAlert = React.lazy(() =>
import('../../Alerts/VendorCeditNotes/ReconcileVendorCreditDeleteAlert'),
);
/**
* Vendor Credit notes alerts.
*/
@@ -28,4 +32,8 @@ export default [
name: 'refund-vendor-delete',
component: RefundVendorCreditDeleteAlert,
},
{
name: 'reconcile-vendor-delete',
component: ReconcileVendorCreditDeleteAlert,
},
];