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

SF.net SVN: ledger-smb:[5070] trunk/bin/aa.pl



Revision: 5070
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=5070&view=rev
Author:   einhverfr
Date:     2012-07-31 09:35:41 +0000 (Tue, 31 Jul 2012)
Log Message:
-----------
Correcting error on AR/AP transaction screen (confirmed not happening in 1.3):

Modified Paths:
--------------
    trunk/bin/aa.pl

Modified: trunk/bin/aa.pl
===================================================================
--- trunk/bin/aa.pl	2012-07-31 09:21:43 UTC (rev 5069)
+++ trunk/bin/aa.pl	2012-07-31 09:35:41 UTC (rev 5070)
@@ -1129,7 +1129,7 @@
 
     print qq|
 </form>
-| . $form->close_status_header . qq|
+| . $form->close_status_div . qq|
 </body>
 </html>
 |;

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