From 87411a9b828bff464a6d264e11462d6344db42da Mon Sep 17 00:00:00 2001 From: Remington Steed Date: Tue, 30 Jul 2019 15:52:39 -0400 Subject: [PATCH] LP#1761222: Replace bib "quality" with item "mint_condition" I originally misunderstood the XUL item field labeled "quality" and pulled in the bib record "overall quality" score. But upon checking the XUL holdings maintenance screen again, we clearly want the item's "mint_condition" field instead. This commit makes that correction and converts the 't' or 'f' values into "Good" or "Damaged", to match the item editor labels. Signed-off-by: Remington Steed Signed-off-by: Tiffany Little Signed-off-by: Chris Sharp --- Open-ILS/src/templates/staff/cat/catalog/t_holdings.tt2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/staff/cat/catalog/t_holdings.tt2 b/Open-ILS/src/templates/staff/cat/catalog/t_holdings.tt2 index 26f126bf12..997b0957cb 100644 --- a/Open-ILS/src/templates/staff/cat/catalog/t_holdings.tt2 +++ b/Open-ILS/src/templates/staff/cat/catalog/t_holdings.tt2 @@ -144,7 +144,9 @@ - + -- 2.11.0