Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0007936 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] 09. Financial management | minor | always | 2009-03-04 11:35 | 2009-03-18 11:03 | |||
Reporter | networkb | View Status | public | |||||
Assigned To | vmromanos | |||||||
Priority | normal | Resolution | duplicate | Fixed in Version | ||||
Status | closed | Fix in branch | Fixed in SCM revision | |||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | 2.35MP5 | SCM revision | ||||||
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..) | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
||||||||
|
![]() |
|||
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 |
Copyright © 2000 - 2009 MantisBT Group |