Openbravo Issue Tracking System - Openbravo ERP | ||||||||||||
View Issue Details | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||||
0007936 | Openbravo ERP | 09. Financial management | public | 2009-03-04 11:35 | 2009-03-18 11:03 | |||||||
Reporter | networkb | |||||||||||
Assigned To | vmromanos | |||||||||||
Priority | normal | Severity | minor | Reproducibility | always | |||||||
Status | closed | Resolution | duplicate | |||||||||
Platform | OS | 5 | OS Version | |||||||||
Product Version | 2.35MP5 | |||||||||||
Target Version | Fixed in Version | |||||||||||
Merge Request Status | ||||||||||||
Review Assigned To | ||||||||||||
OBNetwork customer | OBPS | |||||||||||
Web browser | ||||||||||||
Modules | Core | |||||||||||
Support ticket | ||||||||||||
Regression level | ||||||||||||
Regression date | ||||||||||||
Regression introduced in release | ||||||||||||
Regression introduced by commit | ||||||||||||
Triggers an Emergency Pack | No | |||||||||||
Summary | 0007936: Check multiple in Remittance Cancellation/Return form fails if there are more than 20 registers | |||||||||||
Description | In 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 Reproduce | 1. 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..) | |||||||||||
Proposed Solution | ||||||||||||
Additional Information | ||||||||||||
Tags | No tags attached. | |||||||||||
Relationships |
| |||||||||||
Attached Files | ||||||||||||
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 | OBNetwork customer | => Yes | |||||||||
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 |
There are no notes attached to this issue. |