From: Tony Mack Date: Tue, 18 Dec 2007 17:19:43 +0000 (+0000) Subject: fix join tables, should be ['pcu_protocol_type'] X-Git-Tag: PLCAPI-4.2-0~6 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=bc4165e7043659e3f342c5003605dd72c0620a12;p=plcapi.git fix join tables, should be ['pcu_protocol_type'] --- 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),