mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-21 07:10:33 +00:00
chore: renmame payment receive term to payment received
This commit is contained in:
@@ -68,7 +68,7 @@ function CustomerDetailsActionsBar({
|
||||
};
|
||||
// Handle new payment receive button click.
|
||||
const handleNewPaymentClick = () => {
|
||||
history.push('/payment-receives/new');
|
||||
history.push('/payment-received/new');
|
||||
closeDrawer(DRAWERS.CUSTOMER_DETAILS);
|
||||
};
|
||||
// Handle new estimate button click.
|
||||
|
||||
Reference in New Issue
Block a user