From 52955de690336abafe0577872f653000204113ca Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Thu, 10 Dec 2015 18:26:31 -0500 Subject: [PATCH] add copy alert suppression to splash page Signed-off-by: Galen Charlton --- Open-ILS/src/templates/staff/admin/local/t_splash.tt2 | 1 + 1 file changed, 1 insertion(+) diff --git a/Open-ILS/src/templates/staff/admin/local/t_splash.tt2 b/Open-ILS/src/templates/staff/admin/local/t_splash.tt2 index ba3c9556aa..0fec715590 100644 --- a/Open-ILS/src/templates/staff/admin/local/t_splash.tt2 +++ b/Open-ILS/src/templates/staff/admin/local/t_splash.tt2 @@ -18,6 +18,7 @@ ,[ l('Circulation Policies'), "./admin/local/config/circ_matrix_matchpoint" ] ,[ l('Closed Dates Editor'), "./admin/local/actor/closed_dates" ] ,[ l('Copy Alert Types'), "./admin/local/config/copy_alert_types" ] + ,[ l('Copy Alert Suppression'), "./admin/local/actor/copy_alert_suppress" ] ,[ l('Copy Location Groups'), "./admin/local/asset/copy_location_group" ] ,[ l('Copy Location Order'), "./admin/local/asset/copy_location_order" ] ,[ l('Copy Locations Editor'), "./admin/local/asset/copy_locations" ] -- 2.11.0