Merge pull request 'testing-bug-fix' (#175) from testing-bug-fix into main
Reviewed-on: Pozomind/pozo-retail-app#175
This commit is contained in:
commit
f0b40a6002
|
|
@ -3806,7 +3806,7 @@ const BSBillingEditQuantity = (props) => {
|
||||||
/>
|
/>
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
{RadioBtnSelection == 'weightAmount' && (
|
{(RadioBtnSelection == 'weightAmount') && isKg && (
|
||||||
<>
|
<>
|
||||||
<WeightCalculatePrice
|
<WeightCalculatePrice
|
||||||
CartOrderDetails={CartOrderDetails}
|
CartOrderDetails={CartOrderDetails}
|
||||||
|
|
|
||||||
|
|
@ -16,8 +16,8 @@ const ShortcutKeyHelper = ({ }) => {
|
||||||
{ key: 'Alt + W', description: 'Hold and Recall' },
|
{ key: 'Alt + W', description: 'Hold and Recall' },
|
||||||
{ key: 'Ctrl + Q', description: 'Qty Change' },
|
{ key: 'Ctrl + Q', description: 'Qty Change' },
|
||||||
{ key: 'Ctrl + E', description: 'Price Change' },
|
{ key: 'Ctrl + E', description: 'Price Change' },
|
||||||
{ key: 'Ctrl + Y', description: 'Weight / Amount' },
|
{ key: 'Ctrl + Y', description: 'Packing' },
|
||||||
{ key: 'Ctrl + B', description: 'Packing' },
|
{ key: 'Ctrl + B', description: 'Weight / Amount' },
|
||||||
{ key: 'Alt + P', description: 'Change Total Amount' },
|
{ key: 'Alt + P', description: 'Change Total Amount' },
|
||||||
{ key: 'Ctrl + I', description: 'Customer Rate History' },
|
{ key: 'Ctrl + I', description: 'Customer Rate History' },
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue