Pman.Dialog.XtupleJournalEntry.bjs
authorAlan Knowles <alan@roojs.com>
Mon, 23 Dec 2013 09:24:13 +0000 (17:24 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 23 Dec 2013 09:24:13 +0000 (17:24 +0800)
Pman.Dialog.XtupleJournalEntry.js

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

index 4ffba00..008c3d1 100644 (file)
                                             "width": 75,
                                             "xtype": "TextField",
                                             "|xns": "Roo.form"
+                                        },
+                                        {
+                                            "fieldLabel": "Created By",
+                                            "name": "gltrans_username",
+                                            "width": 200,
+                                            "xtype": "TextField",
+                                            "|xns": "Roo.form"
                                         }
                                     ]
                                 },
                                     "width": 200,
                                     "xtype": "TextField",
                                     "|xns": "Roo.form"
-                                },
-                                {
-                                    "fieldLabel": "Created By",
-                                    "name": "gltrans_username",
-                                    "width": 200,
-                                    "xtype": "TextField",
-                                    "|xns": "Roo.form"
                                 }
                             ]
                         }
index c845682..f59bfda 100644 (file)
@@ -98,6 +98,13 @@ Pman.Dialog.XtupleJournalEntry = {
                                             fieldLabel : 'Journal No.',
                                             name : 'gltrans_journalnumber',
                                             width : 75
+                                        },
+                                        {
+                                            xtype: 'TextField',
+                                            xns: Roo.form,
+                                            fieldLabel : 'Created By',
+                                            name : 'gltrans_username',
+                                            width : 200
                                         }
                                     ]
                                 },
@@ -194,13 +201,6 @@ Pman.Dialog.XtupleJournalEntry = {
                                     fieldLabel : 'Doc No.',
                                     name : 'gltrans_docnumber',
                                     width : 200
-                                },
-                                {
-                                    xtype: 'TextField',
-                                    xns: Roo.form,
-                                    fieldLabel : 'Created By',
-                                    name : 'gltrans_username',
-                                    width : 200
                                 }
                             ]
                         }