summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2024-08-08 09:22:58 +0000
committerIT Fixcomart <it@fixcomart.co.id>2024-08-08 09:22:58 +0000
commitfecff2431477d08d166c34f116972aa090cf463f (patch)
treeebe630b4033daf1b7bade78472ce55d56a0b8938
parentf39ed21b9a3f1a43898c65b8515bb420c7075eb3 (diff)
parent3de1a412bba31b19b8b443dd91df8aff8d6eda07 (diff)
Merged in Feature/new-cart-popup (pull request #226)
<iman> update link button
-rw-r--r--src/lib/quotation/components/Quotationheader.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/quotation/components/Quotationheader.jsx b/src/lib/quotation/components/Quotationheader.jsx
index 0bb4dfe0..4529c977 100644
--- a/src/lib/quotation/components/Quotationheader.jsx
+++ b/src/lib/quotation/components/Quotationheader.jsx
@@ -96,7 +96,7 @@ const Quotationheader = (quotationCount) => {
const handleCheckout = async () => {
SetButtonTerapkan(true);
let checkoutAll = await odooApi('POST', `/api/v1/user/${auth.id}/cart/select-all`);
- router.push('/shop/quotation');
+ router.push('/my/quotations');
};
return (