Added specific field to customertype relation
authorLinda Nichols <lynnaloo@gmail.com>
Mon, 25 Aug 2014 02:21:45 +0000 (02:21 +0000)
committerLinda Nichols <lynnaloo@gmail.com>
Mon, 25 Aug 2014 02:21:45 +0000 (02:21 +0000)
enyo-client/application/source/views/list.js

index 6e24b31..b32de15 100644 (file)
@@ -696,7 +696,7 @@ trailing:true, white:true, strict: false*/
             {kind: "XV.ListAttr", attr: "billingContact.address"}
           ]},
           {kind: "XV.ListColumn", fit: true, components: [
-            {kind: "XV.ListAttr", attr: "customerType"}
+            {kind: "XV.ListAttr", attr: "customerType.code"}
           ]}
         ]}
       ]}