title | issue |
---|---|
Fix bug wrong total amount of custom line item |
NEXT-6936 |
- Added
updateItemQuantity
method insrc\module\sw-order\component\sw-order-line-items-grid\index.js
to set quantity price definition when on change input quantity. - Added
@change="updateItemQuantity(item)
to catch the event on change quantitysw-number-field
insrc\module\sw-order\component\sw-order-line-items-grid\sw-order-line-items-grid.html.twig
.