Browse Source

Merge remote-tracking branch 'origin/kenric' into frank

Frank van den Bos 2 years ago
parent
commit
1719ef9ceb

+ 1 - 1
prs.desktop/Panels/Suppliers/SupplierPurchaseOrderItemOneToMany.cs

@@ -25,7 +25,7 @@ namespace PRSDesktop
             }
         }
 
-        protected override Dictionary<string, object> EditorValueChanged(DynamicEditorForm editor, PurchaseOrderItem[] items, string name,
+        protected override Dictionary<string, object> EditorValueChanged(IDynamicEditorForm editor, PurchaseOrderItem[] items, string name,
             object value)
         {
             var results = base.EditorValueChanged(editor, items, name, value);