and, another thinko spotted by Thomas Berezansky
authorMike Rylander <mrylander@gmail.com>
Wed, 2 Mar 2011 20:07:17 +0000 (15:07 -0500)
committerMike Rylander <mrylander@gmail.com>
Wed, 2 Mar 2011 20:07:17 +0000 (15:07 -0500)
Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/Publisher/biblio.pm

index 0d2f150..7c7c830 100644 (file)
@@ -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)