link in history based on part group

This commit is contained in:
Paul Trowbridge 2025-08-01 08:44:38 -04:00
parent f91e889857
commit 4f903cfd7f

View File

@ -179,7 +179,7 @@ BEGIN
FROM pricequote.lastprice lp
WHERE
lp.customer = q.cust
AND lp.partgroup = SUBSTRING(q.part, 1, 8);
AND lp.partgroup = q.partgroup;
-----------------------------------------------------------------------
-- Step 5: Resolve best list price and insert it with list code