From 10a85fa2b47f0a872527697e20a493d10ddb3578 Mon Sep 17 00:00:00 2001 From: Rogan Hamby Date: Mon, 17 Feb 2020 12:14:44 -0500 Subject: [PATCH] fixing label --- mig-xml/evergreen_staged_report.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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 -- 1.7.2.5