From ff5f8de0e3cbdc26024915b5bc61d8a9ecb052c4 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 23 Dec 2013 17:22:49 +0800 Subject: [PATCH] Pman.Dialog.XtupleJournalEntry.bjs Pman.Dialog.XtupleJournalEntry.js --- Pman.Dialog.XtupleJournalEntry.bjs | 7 +++++++ Pman.Dialog.XtupleJournalEntry.js | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/Pman.Dialog.XtupleJournalEntry.bjs b/Pman.Dialog.XtupleJournalEntry.bjs index a90ed811..85a9d58d 100644 --- a/Pman.Dialog.XtupleJournalEntry.bjs +++ b/Pman.Dialog.XtupleJournalEntry.bjs @@ -129,6 +129,13 @@ "width": 100, "xtype": "TextField", "|xns": "Roo.form" + }, + { + "fieldLabel": "Doc No.", + "name": "gltrans_docnumber", + "width": 200, + "xtype": "TextField", + "|xns": "Roo.form" } ] }, diff --git a/Pman.Dialog.XtupleJournalEntry.js b/Pman.Dialog.XtupleJournalEntry.js index 48f72ea0..00ecbf30 100644 --- a/Pman.Dialog.XtupleJournalEntry.js +++ b/Pman.Dialog.XtupleJournalEntry.js @@ -171,6 +171,13 @@ Pman.Dialog.XtupleJournalEntry = { fieldLabel : 'Gltrans source', name : 'Source', width : 100 + }, + { + xtype: 'TextField', + xns: Roo.form, + fieldLabel : 'Doc No.', + name : 'gltrans_docnumber', + width : 200 } ] }, -- 2.39.2