details:   https://code.openbravo.com/erp/devel/pi/rev/f7b62f3e8e34
changeset: 17803:f7b62f3e8e34
user:      Javier Etxarri <javier.echarri <at> openbravo.com>
date:      Wed Aug 29 14:17:29 2012 +0200
summary:   Fixes issue 21356: Mixing reconciliations
error obtained when changing defaulted cleared element

diffstat:

 
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/MatchTransaction.html
 |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r bd8ef9641e5d -r f7b62f3e8e34 
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/MatchTransaction.html
--- 
a/modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/MatchTransaction.html
       Wed Aug 29 14:13:14 2012 +0200
+++ 
b/modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/MatchTransaction.html
       Wed Aug 29 14:17:29 2012 +0200
@@ -164,7 +164,7 @@
 function openAddTransaction(bankStatementLineId){
   document.frmMain.inpFinBankStatementLineId.value = bankStatementLineId;
   if ( document.getElementById('inpCheckBox_' + bankStatementLineId) && 
document.getElementById('inpCheckBox_' + bankStatementLineId).checked){
-    unMatchLine(bankStatementLineId, true);
+    unMatchLine(bankStatementLineId, false);
   }
   openServletNewWindow('DEFAULT', false, 
'../org.openbravo.advpaymentmngt.ad_actionbutton/AddTransaction.html', 
'ADDTRANSACTION', '2EED9BC16DB34D2B80BA40A21564BECF', false,600, 900, null, 
null, false, true, true);
   return true;

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