title | issue |
---|---|
Automatically convert to negative value of credit item price when user enter positive value |
NEXT-11350 |
- Added method
checkItemPrice()
inmodule/sw-order/component/sw-order-line-items-grid/index.js
to automatically convert to negative value of credit item when user enter positive value. - Added method
checkItemPrice()
inmodule/sw-order/component/sw-order-line-items-grid/sw-order-line-items-grid.html.twig
to apply method when user changes the input. - Deprecated method
getMaxItemPrice()
inmodule/sw-order/component/sw-order-line-items-grid/index.js
for unused method.