details:   https://code.openbravo.com/erp/devel/pi/rev/5940c0deb9b5
changeset: 17621:5940c0deb9b5
user:      Javier Etxarri <javier.echarri <at> openbravo.com>
date:      Wed Aug 08 08:31:32 2012 +0200
summary:   Fixes issue 21212: Problems in match statement
process if the user does not allow charge the data

diffstat:

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

diffs (24 lines):

diff -r de6310311674 -r 5940c0deb9b5 
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
       Tue Aug 07 15:45:25 2012 +0200
+++ 
b/modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/MatchTransaction.html
       Wed Aug 08 08:31:32 2012 +0200
@@ -224,6 +224,8 @@
           } else {
             document.getElementById('sectionGrid').innerHTML = '';
           }
+          document.frmMain.inpShowCleared.disabled = false;
+          document.frmMain.inphideDate.disabled = false;
         } catch (e) {
         }
       }
@@ -568,9 +570,9 @@
                         <td colspan="5" style="text-align: center; 
font-weight: bold;">Transactions in Openbravo</td>
                       </tr>
                       <tr style="border-top: thin solid gray;">
-                        <td colspan="5" style="border-right: thin solid 
gray;"><span class="LabelText">Show</span>&nbsp;<span><select 
name="inpPaymentTypeFilter" class="ComboKey Combo_TwoCells_width required" 
id="inpPaymentTypeFilter" onchange="loadGrid(); return true;"><option value="" 
class="discard">Deposits and payments</option></select></span>&nbsp;<nobr><span 
class="LabelText">Cleared</span>&nbsp;<span><input type="checkbox" 
name="inpShowCleared" id="inpShowCleared" value="Y" onclick="loadGrid(); return 
true;" /></span></nobr></td>
+                        <td colspan="5" style="border-right: thin solid 
gray;"><span class="LabelText">Show</span>&nbsp;<span><select 
name="inpPaymentTypeFilter" class="ComboKey Combo_TwoCells_width required" 
id="inpPaymentTypeFilter" onchange="loadGrid(); return true;"><option value="" 
class="discard">Deposits and payments</option></select></span>&nbsp;<nobr><span 
class="LabelText">Cleared</span>&nbsp;<span><input type="checkbox" 
name="inpShowCleared" id="inpShowCleared" disabled=true value="Y" 
onclick="loadGrid(); return true;" /></span></nobr></td>
                         <td style="text-align: center;"></td>
-                        <td colspan="5" style="border-left: thin solid 
gray;"></span>&nbsp;&nbsp;<span>Hide transactions after statement 
date</span>&nbsp;&nbsp;<span><input type="checkbox" name="inphideDate" 
id="fieldhideDate" value="Y" onClick="loadGrid(); return 
true;"/></span>&nbsp;&nbsp;<span>Ending Date</span>&nbsp;&nbsp;<span 
type="LabelText" id="paramDateTo"></span></td>
+                        <td colspan="5" style="border-left: thin solid 
gray;"></span>&nbsp;&nbsp;<span>Hide transactions after statement 
date</span>&nbsp;&nbsp;<span><input type="checkbox" name="inphideDate" 
id="fieldhideDate" disabled=true value="Y" onClick="loadGrid(); return 
true;"/></span>&nbsp;&nbsp;<span>Ending Date</span>&nbsp;&nbsp;<span 
type="LabelText" id="paramDateTo"></span></td>
                       </tr>
                       <tr class="DataGrid_Body_Row">
                         <th class="DataGrid_Header_LineNoCell 
DataGrid_Body_Cell_CheckBox" width="25">

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