fixed customer orm
authorLinda Nichols <lynnaloo@gmail.com>
Sun, 24 Aug 2014 23:26:06 +0000 (23:26 +0000)
committerLinda Nichols <lynnaloo@gmail.com>
Sun, 24 Aug 2014 23:26:06 +0000 (23:26 +0000)
enyo-client/database/orm/models/customer.json

index 5e9678f..15519f6 100644 (file)
         "name": "customerType",
         "toOne": {
           "type": "CustomerType",
-          "column": "type"
+          "column": "cust_custtype_id",
         }
       }
     ],