Преглед изворни кода

Fixed DoChanged not being called on BillLine grid edit action button

Kenric Nugteren пре 1 година
родитељ
комит
6823870b58
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      prs.desktop/Panels/Suppliers/Bills/SupplierBillLineGrid.cs

+ 1 - 0
prs.desktop/Panels/Suppliers/Bills/SupplierBillLineGrid.cs

@@ -102,6 +102,7 @@ public class SupplierBillLineGrid : DynamicOneToManyGrid<Bill, BillLine>
         if (EditItems(new BillLine[] { item }))
         {
             SaveItem(item);
+            DoChanged();
             return true;
         }
         return false;