Pman.Tab.XtupleSalesOrder.bjs
authorEdward <edward@roojs.com>
Fri, 28 Feb 2014 04:37:40 +0000 (12:37 +0800)
committerEdward <edward@roojs.com>
Fri, 28 Feb 2014 04:37:40 +0000 (12:37 +0800)
Pman.Tab.XtupleSalesOrder.js

Pman.Tab.XtupleSalesOrder.bjs
Pman.Tab.XtupleSalesOrder.js

index bb2621b..d24dbe7 100644 (file)
                                         },
                                         {
                                             "*prop": "colModel[]",
-                                            "dataIndex": "cohead_src_locations",
+                                            "dataIndex": "cohead_ordercomments",
                                             "header": "Notes",
                                             "width": 100,
                                             "xtype": "ColumnModel",
index d53d7e6..30bea1d 100644 (file)
@@ -940,7 +940,7 @@ Pman.Tab.XtupleSalesOrder = new Roo.XComponent({
                                 {
                                     xtype: 'ColumnModel',
                                     xns: Roo.grid,
-                                    dataIndex : 'cohead_src_locations',
+                                    dataIndex : 'cohead_ordercomments',
                                     header : 'Notes',
                                     width : 100,
                                     renderer : function(v) { return String.format('{0}', v); }