Selaa lähdekoodia

BillLines can be edited now.

Kenric Nugteren 1 vuosi sitten
vanhempi
commit
e5c4002269
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. 0 1
      prs.desktop/Panels/Suppliers/Bills/SupplierBillLineGrid.cs

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

@@ -48,7 +48,6 @@ public class SupplierBillLineGrid : DynamicOneToManyGrid<Bill, BillLine>
         base.DoReconfigure(options);
         options
             .BeginUpdate()
-            .Clear()
             .Add(DynamicGridOption.AddRows)
             .Add(DynamicGridOption.DeleteRows)
             .Add(DynamicGridOption.SelectColumns)