mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
BIG-30: fix close drawer when delete sale invoice.
This commit is contained in:
@@ -47,7 +47,6 @@ function InvoiceDetailActionsBar({
|
||||
// Handle delete sale invoice.
|
||||
const handleDeleteInvoice = () => {
|
||||
openAlert('invoice-delete', { invoiceId });
|
||||
closeDrawer('invoice-detail-drawer');
|
||||
};
|
||||
|
||||
// Handle print invoices.
|
||||
|
||||
Reference in New Issue
Block a user