From: Galen Charlton <gmc@equinoxinitiative.org>
Date: Mon, 29 Apr 2019 14:49:19 +0000 (-0400)
Subject: LP#1814943: (follow-up) remove ersatz ctx.page_type line
X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=32ea581006ad7acaa8e51ad007809779c30e1b77;p=evergreen%2Fequinox.git

LP#1814943: (follow-up) remove ersatz ctx.page_type line

Guessing that the original bug was due to "page_type" being
entered when "page_title" was meant.

Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
---

diff --git a/Open-ILS/src/templates/staff/admin/local/actor/closed_dates.tt2 b/Open-ILS/src/templates/staff/admin/local/actor/closed_dates.tt2
index c09024c6be..ee3466616e 100644
--- a/Open-ILS/src/templates/staff/admin/local/actor/closed_dates.tt2
+++ b/Open-ILS/src/templates/staff/admin/local/actor/closed_dates.tt2
@@ -1,6 +1,5 @@
 [%
   WRAPPER 'staff/base.tt2';
-  ctx.page_type = l('Closed Dates');
   ctx.page_app = 'egAdminClosed';
   ctx.page_ctrl = 'ClosedDates';
   ctx.page_title = l('Closed Dates');