Browse Source

BillLines can be edited now.

Kenric Nugteren 1 year ago
parent
commit
e5c4002269
1 changed files with 0 additions and 1 deletions
  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)