[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[5268] branches/1.3
- Subject: SF.net SVN: ledger-smb:[5268] branches/1.3
- From: ..hidden..
- Date: Tue, 27 Nov 2012 03:30:50 +0000
Revision: 5268
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=5268&view=rev
Author: einhverfr
Date: 2012-11-27 03:30:48 +0000 (Tue, 27 Nov 2012)
Log Message:
-----------
Removing blank Contact/Employee dropdown. This should probably be stored as logged in user anyway.
Modified Paths:
--------------
branches/1.3/Changelog
branches/1.3/bin/oe.pl
Modified: branches/1.3/Changelog
===================================================================
--- branches/1.3/Changelog 2012-11-26 10:19:44 UTC (rev 5267)
+++ branches/1.3/Changelog 2012-11-27 03:30:48 UTC (rev 5268)
@@ -12,6 +12,7 @@
* Fixed error saving imported user with no existing db role (Chris T, 3559844)
* Added ar-transation.csv and ap-transaction.csvn templates (Erik H)
* Fixed blank screen processing recurring transactiosn in fcgi (Chris T)
+* Removed blank/unused Contact/Employee dropdown on shipping screen (Chris T)
Chris T is Chris Travers
Kevin B is Kevin Bailey
Modified: branches/1.3/bin/oe.pl
===================================================================
--- branches/1.3/bin/oe.pl 2012-11-26 10:19:44 UTC (rev 5267)
+++ branches/1.3/bin/oe.pl 2012-11-27 03:30:48 UTC (rev 5268)
@@ -2802,11 +2802,7 @@
| if $form->{selectwarehouse};
$employee = qq|
- <tr>
- <th align=right nowrap>| . $locale->text('Contact') . qq|</th>
- <td><select name=employee>$form->{selectemployee}</select></td>
- <input type=hidden name=selectemployee value="|
- . $form->escape( $form->{selectemployee}, 1 ) . qq|">
+ <tr><td> </td>
</tr>
|;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.