remove price drop

This commit is contained in:
Paul Trowbridge 2025-09-03 09:35:09 -04:00
parent 1b7ec3635b
commit 7596038b54

View File

@ -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;