[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[3643] trunk/UI/Contact/contact.html
- Subject: SF.net SVN: ledger-smb:[3643] trunk/UI/Contact/contact.html
- From: ..hidden..
- Date: Sat, 06 Aug 2011 01:57:00 +0000
Revision: 3643
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=3643&view=rev
Author: einhverfr
Date: 2011-08-06 01:56:59 +0000 (Sat, 06 Aug 2011)
Log Message:
-----------
correcting bug 3386818
Modified Paths:
--------------
trunk/UI/Contact/contact.html
Modified: trunk/UI/Contact/contact.html
===================================================================
--- trunk/UI/Contact/contact.html 2011-08-06 01:49:51 UTC (rev 3642)
+++ trunk/UI/Contact/contact.html 2011-08-06 01:56:59 UTC (rev 3643)
@@ -540,7 +540,8 @@
</td>
</tr>
<tr id="business-threshold-row">
- <td> <?lsmb INCLUDE select element_data = {
+ <td> <?lsmb business_types.unshift({});
+ INCLUDE select element_data = {
name = "business_id"
options = business_types
default_values = [business_id]
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.