summaryrefslogtreecommitdiff
path: root/src/lib/quotation/components/Quotationheader.jsx
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-08-08 16:22:00 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-08-08 16:22:00 +0700
commit3de1a412bba31b19b8b443dd91df8aff8d6eda07 (patch)
treedd63bb7e97bb119e63ff94fe5485c072acf8a1c2 /src/lib/quotation/components/Quotationheader.jsx
parent64489b794a80b381d86ea226f0fe36457d5836be (diff)
<iman> update link button
Diffstat (limited to 'src/lib/quotation/components/Quotationheader.jsx')
-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 (