|
@@ -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);
|