From: Rogan Hamby Date: Mon, 17 Feb 2020 17:14:44 +0000 (-0500) Subject: fixing label X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=commitdiff_plain;h=10a85fa2b47f0a872527697e20a493d10ddb3578 fixing label --- diff --git a/mig-xml/evergreen_staged_report.xml b/mig-xml/evergreen_staged_report.xml index 29283e6..0222604 100644 --- a/mig-xml/evergreen_staged_report.xml +++ b/mig-xml/evergreen_staged_report.xml @@ -350,7 +350,7 @@ Copies by Location assets 0 - Copy Count.Library.Circ Library + Copy Count.Location.Circ Library SELECT COUNT(ac.id), acl.name, aou.name FROM m_asset_copy_legacy ac JOIN asset.copy_location acl ON acl.id = ac.location JOIN actor.org_unit aou ON aou.id = ac.circ_lib WHERE ac.x_migrate = TRUE GROUP BY 2, 3 ORDER BY 2, 3