|
@@ -69,6 +69,12 @@ public partial class SupplierPanel : UserControl, IPanel<Supplier>
|
|
|
|
|
|
host.CreateSetupSeparator();
|
|
|
AccountsSetupActions.SupplierSpreadsheetTemplates(host);
|
|
|
+
|
|
|
+ PostUtils.CreateToolbarButtons(
|
|
|
+ host,
|
|
|
+ () => (DataModel(Selection.Selected) as IDataModel<Supplier>)!,
|
|
|
+ () => Suppliers.Refresh(false, true),
|
|
|
+ true);
|
|
|
}
|
|
|
|
|
|
public string SectionName => "Suppliers";
|