Quellcode durchsuchen

BillLines can be edited now.

Kenric Nugteren vor 1 Jahr
Ursprung
Commit
e5c4002269
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  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)