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

SF.net SVN: ledger-smb:[6009] branches/1.3



Revision: 6009
          http://sourceforge.net/p/ledger-smb/code/6009
Author:   einhverfr
Date:     2013-09-13 06:09:38 +0000 (Fri, 13 Sep 2013)
Log Message:
-----------
Correcting spurious currency entries in the currency dropdown of ar/ap transactions

Modified Paths:
--------------
    branches/1.3/Changelog
    branches/1.3/bin/aa.pl

Modified: branches/1.3/Changelog
===================================================================
--- branches/1.3/Changelog	2013-09-13 06:06:57 UTC (rev 6008)
+++ branches/1.3/Changelog	2013-09-13 06:09:38 UTC (rev 6009)
@@ -11,7 +11,7 @@
 * Fixed bug 861, receipts saying "pay from" cash account (Chris T)
 * Dropped not null requirement on zip/mail codes (Chris T, 863)
 * Fixed on hold throwing http 500 errors (Chris T and Nick P, 872)
-* Fixed on hold not available for ar/ap transactions (Chris T)
+* Fixed on hold not available for ar/ap transactions (Chris T, 838)
 
 
 Changelog for 1.3.34

Modified: branches/1.3/bin/aa.pl
===================================================================
--- branches/1.3/bin/aa.pl	2013-09-13 06:06:57 UTC (rev 6008)
+++ branches/1.3/bin/aa.pl	2013-09-13 06:09:38 UTC (rev 6009)
@@ -200,7 +200,9 @@
     $form->{defaultcurrency} = $curr[0];
     chomp $form->{defaultcurrency};
 
-    for (@curr) { $form->{selectcurrency} .= "<option>$_\n" }
+    for (@curr) { $form->{selectcurrency} .= "<option>$_\n"  
+                     unless  $form->{selectcurrency} =~ /<option[^>]*>$_/
+    }
 
     AA->get_name( \%myconfig, \%$form );
 

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


------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. Consolidate legacy IT systems to a single system of record for IT
2. Standardize and globalize service processes across IT
3. Implement zero-touch automation to replace manual, redundant tasks
http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk
_______________________________________________
Ledger-smb-commits mailing list
..hidden..
https://lists.sourceforge.net/lists/listinfo/ledger-smb-commits