From 91a0e5cd65487ab5a7828377e0e94d2e173da884 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Fri, 13 Feb 2015 10:17:48 -0500 Subject: [PATCH] LP#1421673 Typo in webby: "Databse ID" Fixes a typo in the record display in webby. Signed-off-by: Dan Scott Signed-off-by: Mike Rylander --- Open-ILS/src/templates/staff/cat/share/t_record_summary.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/staff/cat/share/t_record_summary.tt2 b/Open-ILS/src/templates/staff/cat/share/t_record_summary.tt2 index 3de97e5daa..4424b29928 100644 --- a/Open-ILS/src/templates/staff/cat/share/t_record_summary.tt2 +++ b/Open-ILS/src/templates/staff/cat/share/t_record_summary.tt2 @@ -29,7 +29,7 @@ {{record.simple_record().pubdate()}} -
[% l('Databse ID:') %]
+
[% l('Database ID:') %]
{{record.id()}}
[% l('Last Edited By:') %]
-- 2.43.2