diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2024-08-08 09:22:58 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2024-08-08 09:22:58 +0000 |
| commit | fecff2431477d08d166c34f116972aa090cf463f (patch) | |
| tree | ebe630b4033daf1b7bade78472ce55d56a0b8938 /src | |
| parent | f39ed21b9a3f1a43898c65b8515bb420c7075eb3 (diff) | |
| parent | 3de1a412bba31b19b8b443dd91df8aff8d6eda07 (diff) | |
Merged in Feature/new-cart-popup (pull request #226)
<iman> update link button
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/quotation/components/Quotationheader.jsx | 2 |
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 ( |
