From f72f697361f8339327402034ced3cc77e1b96b47 Mon Sep 17 00:00:00 2001 From: Linda Nichols Date: Sun, 24 Aug 2014 23:26:06 +0000 Subject: [PATCH] fixed customer orm --- enyo-client/database/orm/models/customer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enyo-client/database/orm/models/customer.json b/enyo-client/database/orm/models/customer.json index 5e9678f19..15519f676 100644 --- a/enyo-client/database/orm/models/customer.json +++ b/enyo-client/database/orm/models/customer.json @@ -2334,7 +2334,7 @@ "name": "customerType", "toOne": { "type": "CustomerType", - "column": "type" + "column": "cust_custtype_id", } } ], -- 2.39.2