details:   https://code.openbravo.com/erp/devel/pi/rev/529a0dde59cc
changeset: 16546:529a0dde59cc
user:      Guillermo Álvarez de Eulate <guillermo.alvarez <at> openbravo.com>
date:      Tue May 15 17:46:03 2012 +0200
summary:   Related to issue 14303: Sorter messages to avoid lines breaks in IE 
an FF

diffstat:

 src/org/openbravo/erpCommon/ad_process/ApplyModules.html |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 7924a2a98a3b -r 529a0dde59cc 
src/org/openbravo/erpCommon/ad_process/ApplyModules.html
--- a/src/org/openbravo/erpCommon/ad_process/ApplyModules.html  Tue May 15 
17:21:13 2012 +0200
+++ b/src/org/openbravo/erpCommon/ad_process/ApplyModules.html  Tue May 15 
17:46:03 2012 +0200
@@ -430,7 +430,7 @@
           error_status[getStatusIndex(state)]=errorStatus;
           var message;
           if(msg.Response.lastmessage!==null && (typeof 
msg.Response.lastmessage!=='undefined')){
-            message=msg.Response.lastmessage.substring(0,98);
+            message=msg.Response.lastmessage.substring(0,85);
           }else{
             message="";
           }

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to