Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 628 Bytes

2020-10-13-convert-negative-value-of-credit-item.md

File metadata and controls

8 lines (8 loc) · 628 Bytes
title issue
Automatically convert to negative value of credit item price when user enter positive value
NEXT-11350

Administration

  • Added method checkItemPrice() in module/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() in module/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() in module/sw-order/component/sw-order-line-items-grid/index.js for unused method.