mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-21 23:30:32 +00:00
fix: customer/vendor drawer new transaction link.
This commit is contained in:
@@ -64,12 +64,12 @@ function VendorDetailsActionsBar({
|
||||
};
|
||||
|
||||
const handleNewInvoiceClick = () => {
|
||||
history.push('bills/new');
|
||||
history.push('/bills/new');
|
||||
closeDrawer('vendor-detail-drawer');
|
||||
};
|
||||
|
||||
const handleNewPaymentClick = () => {
|
||||
history.push('payment-mades/new');
|
||||
history.push('/payment-mades/new');
|
||||
closeDrawer('vendor-detail-drawer');
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user