From 585872eb8fbef6e4443910294880c00079b64f00 Mon Sep 17 00:00:00 2001 From: Srinath Date: Fri, 6 Feb 2026 17:25:26 +0530 Subject: [PATCH] create new component amt and qnt calculation --- .../BSBillingEditQuantity/WeightCalculatePrice.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Pages/BookingScreen/Components/BSBillingTables/BSBillingEditQuantity/WeightCalculatePrice.jsx b/src/Pages/BookingScreen/Components/BSBillingTables/BSBillingEditQuantity/WeightCalculatePrice.jsx index f9e0d20..7b80bf0 100644 --- a/src/Pages/BookingScreen/Components/BSBillingTables/BSBillingEditQuantity/WeightCalculatePrice.jsx +++ b/src/Pages/BookingScreen/Components/BSBillingTables/BSBillingEditQuantity/WeightCalculatePrice.jsx @@ -131,4 +131,4 @@ const WeightCalculatePrice = ({ itemData, CartOrderDetails, onSubmit }) => { ); }; -export default WeightCalculatePrice; \ No newline at end of file +export default WeightCalculatePrice; \ No newline at end of file