mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
feat: Vendor Credit note.
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
import React from 'react';
|
||||
|
||||
const VendorCreditNoteDeleteAlert = React.lazy(() =>
|
||||
import('../../Alerts/VendorCeditNotes/VendorCreditNoteDeleteAlert'),
|
||||
);
|
||||
|
||||
/**
|
||||
* Vendor Credit notes alerts.
|
||||
*/
|
||||
export default [
|
||||
{
|
||||
name: 'vendor-credit-note-delete',
|
||||
component: VendorCreditNoteDeleteAlert,
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user