diff --git a/procs/matrix_guidance.pg.sql b/procs/matrix_guidance.pg.sql index 6dfbcc3..11f3ad6 100644 --- a/procs/matrix_guidance.pg.sql +++ b/procs/matrix_guidance.pg.sql @@ -356,14 +356,14 @@ BEGIN q2.last_price_norm, q2.listprice_eff, q2.last_date, - .95, 1.0, 1.0 + 1.0, 1.0, 1.0 ) g ON TRUE JOIN LATERAL pricequote.approval_logic( q2.tprice, q2.last_price_norm, q2.listprice_eff, q2.last_date, - .95, 1.0, 1.0 + 1.0, 1.0, 1.0 ) a ON TRUE ) s WHERE q.ctid = s.ctid;