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

SF.net SVN: ledger-smb:[5628] trunk/UI/Reports/PNL.html



Revision: 5628
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=5628&view=rev
Author:   einhverfr
Date:     2013-01-25 10:23:28 +0000 (Fri, 25 Jan 2013)
Log Message:
-----------
Correcting 3600867, expense account description click through not working on PNL

Modified Paths:
--------------
    trunk/UI/Reports/PNL.html

Modified: trunk/UI/Reports/PNL.html
===================================================================
--- trunk/UI/Reports/PNL.html	2013-01-25 03:42:29 UTC (rev 5627)
+++ trunk/UI/Reports/PNL.html	2013-01-25 10:23:28 UTC (rev 5628)
@@ -61,7 +61,7 @@
   <?lsmb FOREACH k IN account_data.E.keys ?>
     <tr class="incomerow">
         <td class="label"><a href="account.pl?action=edit&id=<?lsmb
-                                     account_data.I.${k}.main.account_id 
+                                     account_data.E.${k}.main.account_id 
                                   ?>&charttype=A"
              ><?lsmb k _ '--' _
              account_data.E.${k}.main.account_description ?></a></td>

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