[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[5802] branches/1.3
- Subject: SF.net SVN: ledger-smb:[5802] branches/1.3
- From: ..hidden..
- Date: Thu, 16 May 2013 09:52:58 +0000
Revision: 5802
http://sourceforge.net/p/ledger-smb/code/5802
Author: einhverfr
Date: 2013-05-16 09:52:57 +0000 (Thu, 16 May 2013)
Log Message:
-----------
Correcting language dropdown inconsistency, bug 816 (independent fix from trunk)
Modified Paths:
--------------
branches/1.3/Changelog
branches/1.3/LedgerSMB/DBObject/Company.pm
Modified: branches/1.3/Changelog
===================================================================
--- branches/1.3/Changelog 2013-05-16 09:46:52 UTC (rev 5801)
+++ branches/1.3/Changelog 2013-05-16 09:52:57 UTC (rev 5802)
@@ -6,6 +6,7 @@
* Fixed <?lsmb YYMMMDD ?> interpolation in settings (Chris T)
* Fixed Department dropdown ordering and selection (Chris T, 810)
* Fixed Project dropdown ordering and selection (Chris T, 809)
+* Fixed UI inconsistency re: language dropdown (Chris T, 816)
Changelog for 1.3.32
* Fixed em-dash handling for pdfs (Chris T)
Modified: branches/1.3/LedgerSMB/DBObject/Company.pm
===================================================================
--- branches/1.3/LedgerSMB/DBObject/Company.pm 2013-05-16 09:46:52 UTC (rev 5801)
+++ branches/1.3/LedgerSMB/DBObject/Company.pm 2013-05-16 09:52:57 UTC (rev 5802)
@@ -415,7 +415,7 @@
$self->exec_method(funcname => 'person__list_languages');
for my $ref (@{$self->{language_code_list}}){
- $ref->{text} = "$ref->{code}--$ref->{description}";
+ $ref->{text} = "$ref->{description}";
}
@{$self->{discount_acc_list}} =
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.