details:   /erp/devel/pi/rev/70cd2031e857
changeset: 7561:70cd2031e857
user:      Sathiyan Sivaprakasam <sathiyan.sivaprakasam <at> openbravo.com>
date:      Mon Jun 07 15:47:54 2010 +0530
summary:   Fixes Issue 13074: incorrect characters in \"informe del plan de 
amortización\"

diffstat:

 src/org/openbravo/erpCommon/ad_reports/ReportAssetDepreciationSchedule.java |  
2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 9676c91a1320 -r 70cd2031e857 
src/org/openbravo/erpCommon/ad_reports/ReportAssetDepreciationSchedule.java
--- 
a/src/org/openbravo/erpCommon/ad_reports/ReportAssetDepreciationSchedule.java   
    Mon Jun 07 11:58:27 2010 +0200
+++ 
b/src/org/openbravo/erpCommon/ad_reports/ReportAssetDepreciationSchedule.java   
    Mon Jun 07 15:47:54 2010 +0530
@@ -105,7 +105,7 @@
       ServletException {
     if (log4j.isDebugEnabled())
       log4j.debug("Output: dataSheet");
-    response.setContentType("text/html");
+    response.setContentType("text/html; charset=UTF-8");
     PrintWriter out = response.getWriter();
     String discard[] = { "sectionAssetReport" };
     XmlDocument xmlDocument = null;

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to