fixed customer type search on customer list
[xtuple] / enyo-client / database / orm / models / customer.json
index ae86963..5e9678f 100644 (file)
           "type": "ContactRelation",
           "column": "cust_cntct_id"
         }
+      },
+      {
+        "name": "customerType",
+        "toOne": {
+          "type": "CustomerType",
+          "column": "type"
+        }
       }
     ],
     "extensions": [