diff --git a/new_targets/price_queue_test.pg.sql b/new_targets/price_queue_test.pg.sql index 5c5f1ba..c2408df 100644 --- a/new_targets/price_queue_test.pg.sql +++ b/new_targets/price_queue_test.pg.sql @@ -1,3 +1,4 @@ + SELECT jsonb_pretty(expl) FROM pricequote.single_price_call( 'GRIF0001' , @@ -39,7 +40,6 @@ FROM q.billto ,q.shipto ,q.part - ,substring(q.part,1,8) ,q.v1ds ,q.units_each ) p ON TRUE