|
@@ -74,6 +74,7 @@ namespace PRSDesktop
|
|
|
|
|
|
public void CreateToolbarButtons(IPanelHost host)
|
|
|
{
|
|
|
+ AccountsSetupActions.Standard(host);
|
|
|
host.CreateSetupActionIfCanView<CustomerStatus>("Customer Statuses", PRSDesktop.Resources.customer,
|
|
|
action =>
|
|
|
{
|
|
@@ -81,8 +82,6 @@ namespace PRSDesktop
|
|
|
list.ShowDialog();
|
|
|
});
|
|
|
host.CreateSetupSeparator();
|
|
|
- AccountsSetupActions.Standard(host);
|
|
|
- host.CreateSetupSeparator();
|
|
|
AccountsSetupActions.CustomerSpreadsheetTemplates(host);
|
|
|
//host.CreateToolbarButton(new PanelAction() { Caption = "Select Columns", OnExecute = DoSelectColumns, Image = PRSDesktop.Resources.shared });
|
|
|
PostUtils.CreateToolbarButtons(
|