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 && ( <> { { 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' }, ];