Pman.Tab.XtupleCreditMemos.bjs
authorAlan Knowles <alan@roojs.com>
Tue, 10 Dec 2013 08:53:45 +0000 (16:53 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 10 Dec 2013 08:53:45 +0000 (16:53 +0800)
Pman.Tab.XtupleCreditMemos.js

Pman.Tab.XtupleCreditMemos.bjs
Pman.Tab.XtupleCreditMemos.js

index 2126b87..5ac8337 100644 (file)
@@ -1,5 +1,5 @@
 {
-    "id": "roo-file-313",
+    "id": "roo-file-364",
     "name": "Pman.Tab.XtupleCreditMemos",
     "parent": "Pman.Tab.XtupleSales",
     "title": "Pman.Tab.XtupleCreditMemos",
                             "displayInfo": true,
                             "displayMsg": "Displaying cmhead{0} - {1} of {2}",
                             "emptyMsg": "No cmhead found",
-                            "|xns": "Roo"
+                            "|xns": "Roo",
+                            "items": [
+                                {
+                                    "|xns": "Roo.Toolbar",
+                                    "xtype": "Button"
+                                }
+                            ]
                         },
                         {
                             "*prop": "toolbar",
index d9156d2..4784fc6 100644 (file)
@@ -265,7 +265,13 @@ Pman.Tab.XtupleCreditMemos = new Roo.XComponent({
                     pageSize : 25,
                     displayInfo : true,
                     displayMsg : "Displaying cmhead{0} - {1} of {2}",
-                    emptyMsg : "No cmhead found"
+                    emptyMsg : "No cmhead found",
+                    items : [
+                        {
+                            xtype: 'Button',
+                            xns: Roo.Toolbar
+                        }
+                    ]
                 },
                 toolbar : {
                     xtype: 'Toolbar',