Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0007936
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] 09. Financial managementminoralways2009-03-04 11:352009-03-18 11:03
ReporternetworkbView Statuspublic 
Assigned Tovmromanos 
PrioritynormalResolutionduplicateFixed in Version
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product Version2.35MP5SCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0007936: Check multiple in Remittance Cancellation/Return form fails if there are more than 20 registers

DescriptionIn form Remittance Cancellation/Return, check multiple fails if there are more than 20 registers trying to be selected at the same time.

In file /ad_forms/RemittanceCancel.html, function cargarDatos executed is:

function cargarDatos(marcar) {
    var radio=document.frmMain.inpcRLId;
    if (marcar==null) marcar=false;
      var frm = document.frmMain;
    if (!radio) return false;
    else if (!radio.length) {
        radio.checked = marcar;
    } else if (radio.length > 20) {
        return submitCommandForm('FIND_SETTLEMENT', true);
    } else {
        var total = radio.length;
        for (var i=0;i<total;i++) {
              radio[i].checked=marcar;
        }
    }
    return true;
}

Command FIND_SETTLEMENT does NOT appear in the /ad_forms/RemittanceCancel.java file, so execution fails.

Steps To Reproduce1. Go to menu item Financial Management || Receivables & Payables || Transactions || Remittance Cancellation/Return
2. Search registers to be cancelled/returned, showing more than 20 registers at the same time (important!!)
3. Click on the multiple check, in order to select all the registers.
4. An error message appears (you're not allowed to view this page..)
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
duplicate of defect 0005703 closeddalsasua Remittance Cancellation doesn't allow to check all lines if one of them has multiple lines itself 

-  Notes
There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
2009-03-04 11:35 networkb New Issue
2009-03-04 11:35 networkb Assigned To => rafaroda
2009-03-04 11:35 networkb Regression testing => No
2009-03-04 12:24 rafaroda Assigned To rafaroda => vmromanos
2009-03-04 15:41 vmromanos Relationship added duplicate of 0005703
2009-03-04 15:41 vmromanos Status new => closed
2009-03-04 15:41 vmromanos Duplicate ID 0 => 5703
2009-03-04 15:41 vmromanos Resolution open => duplicate
2009-03-18 11:03 anonymous sf_bug_id 0 => 2691457


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker