Fixed search error
authorLinda Nichols <lynnaloo@gmail.com>
Tue, 2 Sep 2014 04:22:41 +0000 (04:22 +0000)
committerLinda Nichols <lynnaloo@gmail.com>
Tue, 2 Sep 2014 04:22:41 +0000 (04:22 +0000)
enyo-client/database/orm/models/customer.json

index a7571de..6c31ae2 100644 (file)
       {
         "name": "customerType",
         "toOne": {
+          "isNested": true,
           "type": "CustomerType",
           "column": "cust_custtype_id"
         }