From 4348c8a976b5b73d4eaf4716d85eebd730c986aa 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 --- 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