Pman.Dialog.XtupleJournalEntry.bjs
authorEdward <edward@roojs.com>
Fri, 27 Dec 2013 07:29:19 +0000 (15:29 +0800)
committerEdward <edward@roojs.com>
Fri, 27 Dec 2013 07:29:19 +0000 (15:29 +0800)
Pman.Dialog.XtupleJournalEntry.js

Pman.Dialog.XtupleJournalEntry.bjs
Pman.Dialog.XtupleJournalEntry.js

index 76e08af..392de0e 100644 (file)
@@ -1,9 +1,9 @@
 {
-    "id": "roo-file-528",
+    "id": "roo-file-16",
     "name": "Pman.Dialog.XtupleJournalEntry",
     "parent": "",
     "title": "",
-    "path": "/home/alan/gitlive/web.xtuple/Pman/Xtuple/Pman.Dialog.XtupleJournalEntry.bjs",
+    "path": "/home/edward/gitlive/web.xtuple/Pman/Xtuple/Pman.Dialog.XtupleJournalEntry.bjs",
     "items": [
         {
             "closable": false,
                                         {
                                             "boxLabel": "Posted",
                                             "fieldLabel": "Status",
-                                            "|inputValue": "true",
                                             "name": "Posted",
+                                            "valueOff": 0,
                                             "width": 100,
                                             "xtype": "Checkbox",
+                                            "|inputValue": "true",
                                             "|xns": "Roo.form"
                                         },
                                         {
index 3f5f68b..fe14436 100644 (file)
@@ -147,9 +147,10 @@ Pman.Dialog.XtupleJournalEntry = {
                                             xns: Roo.form,
                                             boxLabel : 'Posted',
                                             fieldLabel : 'Status',
-                                            inputValue : true,
                                             name : 'Posted',
-                                            width : 100
+                                            valueOff : 0,
+                                            width : 100,
+                                            inputValue : true
                                         },
                                         {
                                             xtype: 'Row',