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

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

index b08c762..e7f179b 100644 (file)
                                         {
                                             "boxLabel": "Posted",
                                             "fieldLabel": "Status",
-                                            "|inputValue": "true",
                                             "name": "Posted",
-                                            "valueOff": 0,
                                             "width": 100,
                                             "xtype": "Checkbox",
+                                            "|inputValue": "true",
                                             "|xns": "Roo.form"
                                         },
                                         {
index 729afc8..8be47ef 100644 (file)
@@ -147,10 +147,9 @@ Pman.Dialog.XtupleJournalEntry = {
                                             xns: Roo.form,
                                             boxLabel : 'Posted',
                                             fieldLabel : 'Status',
-                                            inputValue : true,
                                             name : 'Posted',
-                                            valueOff : 0,
-                                            width : 100
+                                            width : 100,
+                                            inputValue : true
                                         },
                                         {
                                             xtype: 'Row',