fix join tables, should be ['pcu_protocol_type']
[plcapi.git] / PLC / PCUTypes.py
index d1f650c..f0e7376 100644 (file)
@@ -21,7 +21,7 @@ class PCUType(Row):
 
     table_name = 'pcu_types'
     primary_key = 'pcu_type_id'
-    join_tables = ['pcu_port_type']
+    join_tables = ['pcu_protocol_type']
     fields = {
         'pcu_type_id': Parameter(int, "PCU Type Identifier"),
        'model': Parameter(str, "PCU model", max = 254),