[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[6008] trunk
- Subject: SF.net SVN: ledger-smb:[6008] trunk
- From: ..hidden..
- Date: Fri, 13 Sep 2013 06:06:59 +0000
Revision: 6008
http://sourceforge.net/p/ledger-smb/code/6008
Author: einhverfr
Date: 2013-09-13 06:06:57 +0000 (Fri, 13 Sep 2013)
Log Message:
-----------
Correcting extra currencies sometimes added to ar/ap transaction dropdowns
Modified Paths:
--------------
trunk/Changelog
trunk/bin/aa.pl
Modified: trunk/Changelog
===================================================================
--- trunk/Changelog 2013-09-13 05:21:40 UTC (rev 6007)
+++ trunk/Changelog 2013-09-13 06:06:57 UTC (rev 6008)
@@ -96,7 +96,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: trunk/bin/aa.pl
===================================================================
--- trunk/bin/aa.pl 2013-09-13 05:21:40 UTC (rev 6007)
+++ trunk/bin/aa.pl 2013-09-13 06:06:57 UTC (rev 6008)
@@ -203,7 +203,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