From 33b0284cf675f1f07f71fe6369cf46c31732c96a Mon Sep 17 00:00:00 2001 From: Srinath Date: Wed, 25 Feb 2026 16:23:54 +0530 Subject: [PATCH 1/2] short cute key name change --- .../Components/UtillComponents/ShortcutKeyHelper.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Pages/BookingScreen/Components/UtillComponents/ShortcutKeyHelper.jsx b/src/Pages/BookingScreen/Components/UtillComponents/ShortcutKeyHelper.jsx index e22bab0..882cd5c 100644 --- a/src/Pages/BookingScreen/Components/UtillComponents/ShortcutKeyHelper.jsx +++ b/src/Pages/BookingScreen/Components/UtillComponents/ShortcutKeyHelper.jsx @@ -16,8 +16,8 @@ const ShortcutKeyHelper = ({ }) => { { key: 'Alt + W', description: 'Hold and Recall' }, { key: 'Ctrl + Q', description: 'Qty Change' }, { key: 'Ctrl + E', description: 'Price Change' }, - { key: 'Ctrl + Y', description: 'Weight / Amount' }, - { key: 'Ctrl + B', description: 'Packing' }, + { key: 'Ctrl + Y', description: 'Packing' }, + { key: 'Ctrl + B', description: 'Weight / Amount' }, { key: 'Alt + P', description: 'Change Total Amount' }, { key: 'Ctrl + I', description: 'Customer Rate History' }, ]; From 09feeffa80e20de8ee28472d7be68257307ab64b Mon Sep 17 00:00:00 2001 From: Srinath Date: Wed, 25 Feb 2026 16:24:56 +0530 Subject: [PATCH 2/2] Short cute key issue fix --- .../BSBillingEditQuantity/BSBillingEditQuantity.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Pages/BookingScreen/Components/BSBillingTables/BSBillingEditQuantity/BSBillingEditQuantity.jsx b/src/Pages/BookingScreen/Components/BSBillingTables/BSBillingEditQuantity/BSBillingEditQuantity.jsx index d309960..9e5df58 100644 --- a/src/Pages/BookingScreen/Components/BSBillingTables/BSBillingEditQuantity/BSBillingEditQuantity.jsx +++ b/src/Pages/BookingScreen/Components/BSBillingTables/BSBillingEditQuantity/BSBillingEditQuantity.jsx @@ -3806,7 +3806,7 @@ const BSBillingEditQuantity = (props) => { /> )} - {RadioBtnSelection == 'weightAmount' && ( + {(RadioBtnSelection == 'weightAmount') && isKg && ( <>