Skip to content
Snippets Groups Projects
Commit 0127216b authored by Robert Latta's avatar Robert Latta
Browse files

Corrected SQL to use correct end for manufacturer

parent e95b33fd
No related branches found
No related tags found
No related merge requests found
......@@ -120,7 +120,7 @@ retrieve_services_query = """SELECT *
INNER JOIN equipment_card ec_b
ON ec_b.absid = cc.PTR_card_b
LEFT JOIN organisation o
ON o.absid = ec_a.manufacturer
ON o.absid = ec_b.manufacturer
LEFT JOIN port_plugin pp_a
ON pp_a.PTR_card = cc.PTR_card_a
AND pp_a.port = cc.port_a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment