link in history based on part group
This commit is contained in:
parent
f91e889857
commit
4f903cfd7f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user