details:   https://code.openbravo.com/erp/devel/pi/rev/a15fcd799ebf
changeset: 17985:a15fcd799ebf
user:      Carlos Aristu <carlos.aristu <at> openbravo.com>
date:      Wed Sep 19 18:08:56 2012 +0200
summary:   fixes issue 21598: SMTP Authentication parameter is not being 
retrieved properly

diffstat:

 src/org/openbravo/erpCommon/utility/reporting/printing/PrintController.java |  
2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 7e0c66407ed1 -r a15fcd799ebf 
src/org/openbravo/erpCommon/utility/reporting/printing/PrintController.java
--- 
a/src/org/openbravo/erpCommon/utility/reporting/printing/PrintController.java   
    Wed Sep 19 17:49:12 2012 +0200
+++ 
b/src/org/openbravo/erpCommon/utility/reporting/printing/PrintController.java   
    Wed Sep 19 18:08:56 2012 +0200
@@ -710,7 +710,7 @@
 
       host = mailConfig.getSmtpServer();
 
-      if ("N".equals(mailConfig.isSMTPAuthentification())) {
+      if (!mailConfig.isSMTPAuthentification()) {
         auth = false;
       }
       username = mailConfig.getSmtpServerAccount();

------------------------------------------------------------------------------
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