@elasticias/ui 0.0.12 → 0.0.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1563,6 +1563,7 @@ class EfOrderBuilderComponent {
1563
1563
  onFieldChange(item) {
1564
1564
  const updatedItem = OrderLineItemHelper.updateCalculations(item);
1565
1565
  Object.assign(item, updatedItem);
1566
+ this.updateOrderLines([...this.orderLines()]);
1566
1567
  }
1567
1568
  saveEditingRow(item) {
1568
1569
  if (this.readonly())