From 559541a5506776ba1b47d18b151e38b1f938dd9f 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 3d827ddac5..8b77183b20 100644 --- a/Open-ILS/src/templates/staff/cat/catalog/t_holdings.tt2 +++ b/Open-ILS/src/templates/staff/cat/catalog/t_holdings.tt2 @@ -141,7 +141,9 @@ - + -- 2.43.2