Parcourir la source

BillLines can be edited now.

Kenric Nugteren il y a 1 an
Parent
commit
e5c4002269
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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)