Selaa lähdekoodia

Fixed DoChanged not being called on BillLine grid edit action button

Kenric Nugteren 1 vuosi sitten
vanhempi
commit
6823870b58
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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;