From fcfe3e6fb928a67f827a05cb0c5fe1cfb1ce9bba Mon Sep 17 00:00:00 2001 From: Trowbridge Date: Thu, 21 Mar 2019 15:01:59 -0400 Subject: [PATCH] copy units to descriptive fields --- route_sql/new_part.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/route_sql/new_part.sql b/route_sql/new_part.sql index 68632cf..290382c 100644 --- a/route_sql/new_part.sql +++ b/route_sql/new_part.sql @@ -678,7 +678,7 @@ SELECT ,b.fb_val_loc *r_rate value_usd ,COALESCE(im.cgstcs,ip.chstcs, ir.y0stcs)*b.fb_qty cost_loc ,COALESCE(im.cgstcs,ip.chstcs, ir.y0stcs)*b.fb_qty*cx.rate cost_usd - ,b.units + ,b.fb_qty units FROM applyx b LEFT OUTER JOIN LGDAT.STKMM M ON