diff --git a/build/convert_pool.sql b/build/convert_pool.sql index 85e835c..6f38fec 100644 --- a/build/convert_pool.sql +++ b/build/convert_pool.sql @@ -422,4 +422,4 @@ DELETE FROM rlarp.osmf_dev WHERE iter IN ('adj price','adj volume'); INSERT INTO rlarp.osmf_dev SELECT * FROM rlarp.osmfs_dev; -COMMIT; \ No newline at end of file +COMMIT; diff --git a/route_sql/new_basket.sql b/route_sql/new_basket.sql index 721f5f4..29671b0 100644 --- a/route_sql/new_basket.sql +++ b/route_sql/new_basket.sql @@ -288,7 +288,7 @@ SELECT ,log.doc->'scenario'->>'quota_rep_descr' quota_rep_descr ,(SELECT max(director) FROM repc WHERE rname = log.doc->'scenario'->>'quota_rep_descr') director ,COALESCE(CASE bc.BVADR6 WHEN '' THEN bc.BVNAME ELSE bc.BVADR6 END,b.bill_cust_descr) billto_group - ,COALESCE(CASE sc.BVADR6 WHEN '' THEN sc.BVNAME ELSE bc.BVADR6 END,b.ship_cust_descr) shipto_group + ,COALESCE(CASE sc.BVADR6 WHEN '' THEN sc.BVNAME ELSE sc.BVADR6 END,b.ship_cust_descr) shipto_group ,CASE SUBSTRING(bc.bvclas,2,3) --if the bill to class is ditsributor, then it's either warehouse or drop WHEN 'DIS' THEN