no longer display the legacy copy alert message
authorGalen Charlton <gmc@esilibrary.com>
Thu, 17 Dec 2015 22:52:52 +0000 (17:52 -0500)
committerMike Rylander <mrylander@gmail.com>
Thu, 31 Aug 2017 17:21:20 +0000 (13:21 -0400)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Open-ILS/src/templates/staff/circ/checkin/t_checkin_table.tt2
Open-ILS/src/templates/staff/circ/patron/t_checkout.tt2
Open-ILS/src/templates/staff/circ/renew/t_renew.tt2

index 51d9dfe..b85db1f 100644 (file)
@@ -52,8 +52,6 @@
   <eg-grid-action handler="printSpineLabels" group="[% l('Print') %]"
     label="[% l('Spine Labels') %]">
   </eg-grid-action>
-  <eg-grid-field label="[% l('Alert Msg') %]"   
-    path="acp.alert_message"></eg-grid-field>
 
   <eg-grid-field label="[% l('Balance Owed') %]"     
     path='mbts.balance_owed' comparator="sort_money"></eg-grid-field>
index e541424..71202e1 100644 (file)
@@ -70,9 +70,6 @@
     label="[% l('Acknowledge Alerts') %]">
   </eg-grid-action>
 
-  <eg-grid-field label="[% l('Alert Msg') %]"   
-    path="acp.alert_message"></eg-grid-field>
-
   <eg-grid-field label="[% l('Balance Owed') %]"     
     path='mbts.balance_owed'></eg-grid-field>
 
index a84373a..ae1f7e7 100644 (file)
@@ -68,9 +68,6 @@
   </eg-grid-action>
 
 
-  <eg-grid-field label="[% l('Alert Msg') %]"   
-    path="acp.alert_message"></eg-grid-field>
-
   <eg-grid-field label="[% l('Balance Owed') %]"     
     path='mbts.balance_owed' comparator="sort_money"></eg-grid-field>