Explorar o código

Fixed DoChanged not being called on BillLine grid edit action button

Kenric Nugteren hai 1 ano
pai
achega
6823870b58
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;