Pman.Dialog.XtupleBankAccnt.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 25 Feb 2015 09:09:07 +0000 (17:09 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 25 Feb 2015 09:09:07 +0000 (17:09 +0800)
Pman.Dialog.XtupleBankAccnt.js

Pman.Dialog.XtupleBankAccnt.bjs
Pman.Dialog.XtupleBankAccnt.js

index 551f639..9906362 100644 (file)
@@ -15,7 +15,7 @@
    "$ xns" : "Roo",
    "closable" : false,
    "resizable" : false,
-   "height" : 150,
+   "height" : 300,
    "items" : [
     {
      "xtype" : "LayoutRegion",
          "name" : "bankaccnt_name"
         },
         {
-         "fieldLabel" : "Name",
+         "fieldLabel" : "Account No.",
          "emptyText" : "Automatic",
          "xtype" : "TextField",
          "allowBlank" : true,
          "readOnly" : true,
          "width" : 200,
          "$ xns" : "Roo.form",
-         "name" : "bankaccnt_name"
+         "name" : "bankaccnt_accntnumber"
         },
         {
          "fieldLabel" : "Description",
index 695e04d..2c13129 100644 (file)
@@ -44,7 +44,7 @@ Pman.Dialog.XtupleBankAccnt = {
     xns : Roo,
     closable : false,
     resizable : false,
-    height : 150,
+    height : 300,
     buttons : [
       {
        '|xns' : 'Roo',
@@ -146,14 +146,14 @@ Pman.Dialog.XtupleBankAccnt = {
          },
          {
           '|xns' : 'Roo.form',
-          fieldLabel : 'Name',
+          fieldLabel : 'Account No.',
           emptyText : "Automatic",
           xtype : 'TextField',
           allowBlank : true,
           readOnly : true,
           width : 200,
           xns : Roo.form,
-          name : 'bankaccnt_name'
+          name : 'bankaccnt_accntnumber'
          },
          {
           '|xns' : 'Roo.form',