From 7c6002d4ab46cbf33e4b3b7893fafd0145fd3947 Mon Sep 17 00:00:00 2001 From: Jane Sandberg Date: Mon, 21 May 2018 09:28:39 -0700 Subject: [PATCH] LP1772417: Adding the bucket ID to the user bucket display To test: 1) Open a patron bucket. Note that the bucket ID is not listed in the bucket information section at the top of this screen. 2) Apply this commit. 3) Open the same patron bucket. Note that the bucket ID is listed in the bucket information section Signed-off-by: Jane Sandberg Signed-off-by: Garry Collum --- Open-ILS/src/templates/staff/circ/patron/bucket/t_bucket_info.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/staff/circ/patron/bucket/t_bucket_info.tt2 b/Open-ILS/src/templates/staff/circ/patron/bucket/t_bucket_info.tt2 index 877fcf6aaf..157ad70fb1 100644 --- a/Open-ILS/src/templates/staff/circ/patron/bucket/t_bucket_info.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/bucket/t_bucket_info.tt2 @@ -1,6 +1,6 @@
- [% l('Bucket: {{bucket().name()}}') %] + [% l('Bucket #{{bucket().id()}}: {{bucket().name()}}') %] -- 2.11.0