Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 467 Bytes

2020-11-19-fix-total-amout-of-custom-line-item.md

File metadata and controls

8 lines (8 loc) · 467 Bytes
title issue
Fix bug wrong total amount of custom line item
NEXT-6936

Administration

  • Added updateItemQuantity method in src\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 quantity sw-number-field in src\module\sw-order\component\sw-order-line-items-grid\sw-order-line-items-grid.html.twig.