From d6f640e8be3f5d5400d532c6419199c87b595229 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 Signed-off-by: Galen Charlton --- .../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.43.2