Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0035419 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
backport | [Openbravo ERP] 07. Sales management | major | always | 2017-03-01 15:09 | 2017-03-04 14:51 | |||
Reporter | ngarcia | View Status | public | |||||
Assigned To | mcobas | |||||||
Priority | immediate | Resolution | fixed | Fixed in Version | 3.0PR17Q1 | |||
Status | closed | Fix in branch | Fixed in SCM revision | dc07ac3f254c | ||||
Projection | none | ETA | none | Target Version | 3.0PR17Q1 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Review Assigned To | markmm82 | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0035419: Cannot remove an orphan line from a return to vendor or a return from customer document | |||||||
Description | Cannot remove an orphan line from a return to vendor or a return from customer document | |||||||
Steps To Reproduce | As group admin role: Set the 'RM Allow Orphan Line' to Y Log out and log in Create a Return To Vendor header Insert Orphan Line Click Pick/Edit Lines button Check No Items to Show is shown in Orphan Lines section Create a Return From Customer header Insert Orphan Line Click Pick/Edit Lines button Check 'No Items to Show' is shown in Orphan Lines section | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | ||||||||
|
Notes | |
(0094756) hgbot (developer) 2017-03-04 14:43 |
Repository: erp/backports/3.0PR17Q1 Changeset: dc07ac3f254c7c8f9bf6062d22b48d3b092a85f7 Author: Miguel <martencobasmiguel <at> gmail.com> Date: Thu Mar 02 14:17:25 2017 -0500 URL: http://code.openbravo.com/erp/backports/3.0PR17Q1/rev/dc07ac3f254c7c8f9bf6062d22b48d3b092a85f7 [^] Fixes issue 35419:Cannot remove an orphan line in Return to/from vendor/customer Was not able to remove an orphan line from a return to vendor or a return from customer document because an incorrect casting to boolean. When is validating tha Last record is selected inside the Orphan grid lines, the lastRecord.get("obSelected") object gets as String instead of a Boolean object, in other case it gets as Boolean. Now, conditions are rightly validated depending of the class of the object. --- M modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/ReadOnlyDataSourceService.java --- |
(0094761) markmm82 (developer) 2017-03-04 14:51 |
Code review + Testing OK |
Issue History | |||
Date Modified | Username | Field | Change |
2017-03-02 19:54 | markmm82 | Type | defect => backport |
2017-03-02 19:54 | markmm82 | Target Version | => 3.0PR17Q1 |
2017-03-04 14:43 | hgbot | Checkin | |
2017-03-04 14:43 | hgbot | Note Added: 0094756 | |
2017-03-04 14:43 | hgbot | Status | scheduled => resolved |
2017-03-04 14:43 | hgbot | Resolution | open => fixed |
2017-03-04 14:43 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/backports/3.0PR17Q1/rev/dc07ac3f254c7c8f9bf6062d22b48d3b092a85f7 [^] |
2017-03-04 14:51 | markmm82 | Review Assigned To | => markmm82 |
2017-03-04 14:51 | markmm82 | Note Added: 0094761 | |
2017-03-04 14:51 | markmm82 | Status | resolved => closed |
2017-03-04 14:51 | markmm82 | Fixed in Version | => 3.0PR17Q1 |
Copyright © 2000 - 2009 MantisBT Group |