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

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

index 85a9d58..bac4297 100644 (file)
                                             "xtype": "TextField",
                                             "|xns": "Roo.form"
                                         },
+                                        {
+                                            "fieldLabel": "Doc Type",
+                                            "name": "gltrans_doctype",
+                                            "width": 100,
+                                            "xtype": "TextField",
+                                            "|xns": "Roo.form"
+                                        },
                                         {
                                             "fieldLabel": "Doc No.",
                                             "name": "gltrans_docnumber",
index 00ecbf3..744db5e 100644 (file)
@@ -172,6 +172,13 @@ Pman.Dialog.XtupleJournalEntry = {
                                             name : 'Source',
                                             width : 100
                                         },
+                                        {
+                                            xtype: 'TextField',
+                                            xns: Roo.form,
+                                            fieldLabel : 'Doc Type',
+                                            name : 'gltrans_doctype',
+                                            width : 100
+                                        },
                                         {
                                             xtype: 'TextField',
                                             xns: Roo.form,