|
@@ -138,7 +138,7 @@ public partial class ReservationManagementPanel : UserControl, IPanel<JobRequisi
|
|
|
ProductSetupActions.Standard(host);
|
|
|
host.CreateSetupAction(new PanelAction() { Caption = "Reservation Management Settings", Image = PRSDesktop.Resources.specifications, OnExecute = ConfigSettingsClick });
|
|
|
|
|
|
- host.CreatePanelAction(new PanelAction("Treatment PO", PRSDesktop.Resources.purchase, TreatmentPO_Click));
|
|
|
+ //host.CreatePanelAction(new PanelAction("Treatment PO", PRSDesktop.Resources.purchase, TreatmentPO_Click));
|
|
|
|
|
|
if(Mode == PanelMode.Purchase && SplitPanel.IsDetailVisible())
|
|
|
{
|