From: Mike Rylander Date: Wed, 2 Mar 2011 20:07:17 +0000 (-0500) Subject: and, another thinko spotted by Thomas Berezansky X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=b163f71c47d8f387b1f39ef9f05c869ca0380dab;p=evergreen%2Fequinox.git and, another thinko spotted by Thomas Berezansky --- diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/Publisher/biblio.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/Publisher/biblio.pm index 0d2f1500f8..7c7c83078c 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/Publisher/biblio.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/Publisher/biblio.pm @@ -462,7 +462,6 @@ sub record_copy_status_location_count { SELECT cp.circ_lib, CASE WHEN cnp.id > -1 THEN cnp.label || ' ' ELSE '' END || cn.label || CASE WHEN cns.id > -1 THEN ' ' || cns.label ELSE '' END, - cnp.label || CASE WHEN cnp.label <> '' THEN ' ' ELSE '' END || cn.label || CASE WHEN cns.label <> '' THEN ' ' ELSE '' END || cns.label, oils_i18n_xlate('asset.copy_location', 'acpl', 'name', 'id', cl.id::TEXT, ?), cp.status, count(cp.id)