From: Jane Sandberg Date: Mon, 21 May 2018 16:28:39 +0000 (-0700) Subject: LP1772417: Adding the bucket ID to the user bucket display X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d6f640e8be3f5d5400d532c6419199c87b595229;p=contrib%2FConifer.git 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 Signed-off-by: Galen Charlton --- 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()}}') %]