From 673a1198e4200fa8e39f25983c94d16627cb0592 Mon Sep 17 00:00:00 2001 From: Rogan Hamby Date: Sun, 8 Sep 2019 18:50:50 -0400 Subject: [PATCH] stacks copies report added --- mig-xml/evergreen_staged_report.xml | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/mig-xml/evergreen_staged_report.xml b/mig-xml/evergreen_staged_report.xml index 52f8053..643af69 100644 --- a/mig-xml/evergreen_staged_report.xml +++ b/mig-xml/evergreen_staged_report.xml @@ -414,6 +414,15 @@ SELECT COUNT(ac.id), acl.name, aou.name, ac.x_migrate::TEXT FROM 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 GROUP BY 2, 3, 4 ORDER BY 2, 3, 4 + + asset_cops_w_loc_one + Copies with a Location of Stacks + assets + 0 + Barcode + SELECT barcode FROM asset_copy_legacy WHERE location = 1 AND x_migrate + +