[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb:[6838] trunk/UI/Reports/filters/gl.html



Revision: 6838
          http://sourceforge.net/p/ledger-smb/code/6838
Author:   einhverfr
Date:     2014-02-11 02:07:10 +0000 (Tue, 11 Feb 2014)
Log Message:
-----------
fixing bug 1057, COA->gl report not filling in account.
I don't see this as the ideal fix, but I don't see a way to set the dojo select box before the store has fully initialized.  So for now we will just make it an immutable value.

Modified Paths:
--------------
    trunk/UI/Reports/filters/gl.html

Modified: trunk/UI/Reports/filters/gl.html
===================================================================
--- trunk/UI/Reports/filters/gl.html	2014-02-10 16:20:58 UTC (rev 6837)
+++ trunk/UI/Reports/filters/gl.html	2014-02-11 02:07:10 UTC (rev 6838)
@@ -32,13 +32,22 @@
          <tr>
           <th align="right"><?lsmb text('Account') ?></th>
           <td colspan="3">
-              <?lsmb PROCESS input element_data = {
+              <?lsmb IF accno;
+              accno;
+              PROCESS input element_data = {
+                   name = 'accno',
+                   type = 'hidden',
+                  value = accno
+              };
+              ELSE;
+              PROCESS input element_data = {
                      name = "accno"
                      size = '15'
-                    value = accno
+                    value = ''
                      type = 'text'
                     class = 'AccountBox'
-              } ?> </td>
+              };
+              END ?> </td>
 	  </tr>
 	  <tr>
 	  <th align="right"><?lsmb text('Source') ?></th>

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


------------------------------------------------------------------------------
Android apps run on BlackBerry 10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience.  Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk
_______________________________________________
Ledger-smb-commits mailing list
..hidden..
https://lists.sourceforge.net/lists/listinfo/ledger-smb-commits