LP#1814943: (follow-up) remove ersatz ctx.page_type line
authorGalen Charlton <gmc@equinoxinitiative.org>
Mon, 29 Apr 2019 14:49:19 +0000 (10:49 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Mon, 29 Apr 2019 14:49:19 +0000 (10:49 -0400)
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>
Open-ILS/src/templates/staff/admin/local/actor/closed_dates.tt2

index c09024c..ee34666 100644 (file)
@@ -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');