[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[4947] branches/1.3
- Subject: SF.net SVN: ledger-smb:[4947] branches/1.3
- From: ..hidden..
- Date: Mon, 25 Jun 2012 10:55:22 +0000
Revision: 4947
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=4947&view=rev
Author: einhverfr
Date: 2012-06-25 10:55:22 +0000 (Mon, 25 Jun 2012)
Log Message:
-----------
Fixed invalid syntax for integer saving employee
Modified Paths:
--------------
branches/1.3/Changelog
branches/1.3/UI/Contact/contact.html
Modified: branches/1.3/Changelog
===================================================================
--- branches/1.3/Changelog 2012-06-22 11:24:47 UTC (rev 4946)
+++ branches/1.3/Changelog 2012-06-25 10:55:22 UTC (rev 4947)
@@ -7,6 +7,7 @@
* Demo templates provide better handling of paragraph breaks in notes (Chris T)
* Fixed menu anomilies due to menu grants on sub-menus (Chris T)
* Fixed unable to change order or delete it (Chris T, 3535856)
+* Fixed invalid syntax for integer on saving employee (Chris T)
Changelog for 1.3.19
* New link for customer/vendor when not a dropdown (Chris T)
Modified: branches/1.3/UI/Contact/contact.html
===================================================================
--- branches/1.3/UI/Contact/contact.html 2012-06-22 11:24:47 UTC (rev 4946)
+++ branches/1.3/UI/Contact/contact.html 2012-06-25 10:55:22 UTC (rev 4947)
@@ -192,7 +192,7 @@
options = all_managers
default_values = [manager_id]
text_attr = 'label'
- value_attr = 'id'
+ value_attr = 'entity_id'
} ?>
</div>
<div id="hr_dates_div">
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.