From bc4165e7043659e3f342c5003605dd72c0620a12 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Tue, 18 Dec 2007 17:19:43 +0000 Subject: [PATCH] fix join tables, should be ['pcu_protocol_type'] --- PLC/PCUTypes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PLC/PCUTypes.py b/PLC/PCUTypes.py index d1f650c..f0e7376 100644 --- a/PLC/PCUTypes.py +++ b/PLC/PCUTypes.py @@ -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), -- 2.43.0