From: Rogan Hamby Date: Sun, 8 Sep 2019 22:50:50 +0000 (-0400) Subject: stacks copies report added X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=commitdiff_plain;h=673a1198e4200fa8e39f25983c94d16627cb0592 stacks copies report added --- 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 + +