details:   https://code.openbravo.com/erp/devel/pi/rev/88af3d95ba62
changeset: 30305:88af3d95ba62
user:      Lorenzo Fidalgo <lorenzo.fidalgo <at> openbravo.com>
date:      Tue Sep 20 12:53:31 2016 +0200
summary:   Fixes issue 34029: New line wrongly added in a warning message has 
been removed

The following message was wrongly closed. The closing tags was written after a 
new line:
<!--47D88149F6D2473D892D25F4A86CA161--> <MSGTEXT><![CDATA[The default financial 
account %s and the default payment method %s are inactive. Please, consider to 
activate them before continuing.
-]]></MSGTEXT>

That wrongly added \n has been removed.

diffstat:

 src-db/database/sourcedata/AD_MESSAGE.xml |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r 936644ddfc46 -r 88af3d95ba62 src-db/database/sourcedata/AD_MESSAGE.xml
--- a/src-db/database/sourcedata/AD_MESSAGE.xml Tue Sep 20 11:26:27 2016 +0200
+++ b/src-db/database/sourcedata/AD_MESSAGE.xml Tue Sep 20 12:53:31 2016 +0200
@@ -19351,8 +19351,7 @@
 <!--47D88149F6D2473D892D25F4A86CA161-->  <AD_ORG_ID><![CDATA[0]]></AD_ORG_ID>
 <!--47D88149F6D2473D892D25F4A86CA161-->  <ISACTIVE><![CDATA[Y]]></ISACTIVE>
 <!--47D88149F6D2473D892D25F4A86CA161-->  
<VALUE><![CDATA[finnac_paymet_inact]]></VALUE>
-<!--47D88149F6D2473D892D25F4A86CA161-->  <MSGTEXT><![CDATA[The default 
financial account %s and the default payment method %s are inactive. Please, 
consider to activate them before continuing.
-]]></MSGTEXT>
+<!--47D88149F6D2473D892D25F4A86CA161-->  <MSGTEXT><![CDATA[The default 
financial account %s and the default payment method %s are inactive. Please, 
consider to activate them before continuing.]]></MSGTEXT>
 <!--47D88149F6D2473D892D25F4A86CA161-->  <MSGTYPE><![CDATA[W]]></MSGTYPE>
 <!--47D88149F6D2473D892D25F4A86CA161-->  
<AD_MODULE_ID><![CDATA[0]]></AD_MODULE_ID>
 <!--47D88149F6D2473D892D25F4A86CA161-->  
<ISINCLUDEINI18N><![CDATA[N]]></ISINCLUDEINI18N>

------------------------------------------------------------------------------
_______________________________________________
Openbravo-commits mailing list
Openbravo-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to