瀏覽代碼

Temporarily Hid new Treatment PO button in Reservation Management Grid

frogsoftware 1 年之前
父節點
當前提交
e5e1863154
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      prs.desktop/Panels/Reservation Management/ReservationManagementPanel.xaml.cs

+ 1 - 1
prs.desktop/Panels/Reservation Management/ReservationManagementPanel.xaml.cs

@@ -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())
         {