details: https://code.openbravo.com/erp/devel/pi/rev/9a9b791783b1
changeset: 15936:9a9b791783b1
user: Asier Lostalé <asier.lostale <at> openbravo.com>
date: Thu Mar 29 07:55:48 2012 +0200
summary: related to issue 20132: Added missing casting
diffstat:
src/org/openbravo/erpCommon/security/SessionLogin_data.xsql | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 23bc6f185c1f -r 9a9b791783b1
src/org/openbravo/erpCommon/security/SessionLogin_data.xsql
--- a/src/org/openbravo/erpCommon/security/SessionLogin_data.xsql Wed Mar
28 22:36:22 2012 +0200
+++ b/src/org/openbravo/erpCommon/security/SessionLogin_data.xsql Thu Mar
29 07:55:48 2012 +0200
@@ -82,7 +82,7 @@
<Sql><![CDATA[
INSERT INTO ad_session_usage_audit
(ad_session_usage_audit_id, ad_client_id, ad_org_id, createdby,
updatedby, ad_session_id, object_id, ad_module_id, command, classname,
object_type, process_time)
- VALUES (get_uuid(),'0','0',?,?,?,?,?,?,?,?,?)
+ VALUES (get_uuid(),'0','0',?,?,?,?,?,?,?,?,to_number(?))
]]></Sql>
<Parameter name="userId"/>
<Parameter name="userId"/>
------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits