diff options
| author | Miqdad <ahmadmiqdad27@gmail.com> | 2025-05-27 09:05:10 +0700 |
|---|---|---|
| committer | Miqdad <ahmadmiqdad27@gmail.com> | 2025-05-27 09:05:10 +0700 |
| commit | 2732c04b36f98a25895826b28003b1e2c56ad952 (patch) | |
| tree | 00467c10475295fd185afa966530fb0a9f8baf36 /src-migrate/modules | |
| parent | 3feaad9127ff429b27f0eb69fa6ea539de2f2e8c (diff) | |
<miqdad> remove purchase_tax_id and vendor_id
Diffstat (limited to 'src-migrate/modules')
| -rw-r--r-- | src-migrate/modules/cart/components/ItemSelect.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src-migrate/modules/cart/components/ItemSelect.tsx b/src-migrate/modules/cart/components/ItemSelect.tsx index 8dbfe2bc..72ab49aa 100644 --- a/src-migrate/modules/cart/components/ItemSelect.tsx +++ b/src-migrate/modules/cart/components/ItemSelect.tsx @@ -91,7 +91,8 @@ const CartItemSelect = ({ item }: Props) => { id: item.id, qty: item.quantity, selected: newSelectedState, - purchase_tax_id: item.purchase_tax_id || null, + // purchase_tax_id: item.purchase_tax_id, + // vendor_id: item.vendor_id }); // Reload cart for consistency |
