Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0028780 | Openbravo ERP | 09. Financial management | public | 2015-01-27 12:19 | 2015-02-04 20:34 |
|
Reporter | aferraz | |
Assigned To | Sandrahuguet | |
Priority | immediate | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 30 | OS Version | Professional Appliance |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | aferraz |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | Packaging and release |
Regression date | 2014-11-28 |
Regression introduced in release | main |
Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/777541c9e414 [^] |
Triggers an Emergency Pack | No |
|
Summary | 0028780: Return to Vendor Pick&Edit fails when unit price is zero or empty |
Description | When you open return to vendor pick & edit and select a record keeping unit price as zero or empty, an error message is shown once you click on Done. |
Steps To Reproduce | - Create a new Goods Receipt for any product and complete it
- Create a new Return to Vendor
- Click on Pick/Edit Lines
- Select the record belonging to the created receipt and keep Unit Price empty or set it as 0 and click on Done
- An Error message is shown
|
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2015-01-27 12:19 | aferraz | New Issue | |
2015-01-27 12:19 | aferraz | Assigned To | => Sandrahuguet |
2015-01-27 12:19 | aferraz | OBNetwork customer | => No |
2015-01-27 12:19 | aferraz | Modules | => Core |
2015-01-27 12:19 | aferraz | Regression level | => Packaging and release |
2015-01-27 12:19 | aferraz | Regression introduced in release | => main |
2015-01-27 12:19 | aferraz | Triggers an Emergency Pack | => No |
2015-01-27 17:09 | Sandrahuguet | Status | new => scheduled |
2015-01-27 17:09 | Sandrahuguet | fix_in_branch | => pi |
2015-01-27 17:12 | Sandrahuguet | Note Added: 0073826 | |
2015-01-27 17:25 | hgbot | Checkin | |
2015-01-27 17:25 | hgbot | Note Added: 0073827 | |
2015-01-27 17:25 | hgbot | Status | scheduled => resolved |
2015-01-27 17:25 | hgbot | Resolution | open => fixed |
2015-01-27 17:25 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/a6433daf19d1ef0e59b6213bf792a66bcb10c1b0 [^] |
2015-01-27 17:27 | Sandrahuguet | Review Assigned To | => aferraz |
2015-01-27 17:27 | Sandrahuguet | Regression date | => 2014-11-28 |
2015-01-27 17:27 | Sandrahuguet | Regression introduced by commit | => https://code.openbravo.com/erp/devel/pi/rev/777541c9e414 [^] |
2015-01-27 17:27 | Sandrahuguet | fix_in_branch | pi => |
2015-01-27 20:04 | aferraz | Note Added: 0073833 | |
2015-01-27 20:04 | aferraz | Status | resolved => closed |
2015-02-04 20:34 | hudsonbot | Checkin | |
2015-02-04 20:34 | hudsonbot | Note Added: 0074186 | |
Notes |
|
|
Test Plan 1:
- Create a new Goods Receipt for any product and complete it
- Create a new Return to Vendor
- Click on Pick/Edit Lines
- Select the record belonging to the created receipt and keep Unit Price empty or set it as 0 and click on Done
- The line is added successfully
Test Plan 2:
- Create a new Goods Shipment for any product and complete it
- Create a new Return from customer
- Click on Pick/Edit Lines
- Select the record belonging to the created shipment and keep Unit Price empty or set it as 0 and click on Done
- The line is added successfully |
|
|
(0073827)
|
hgbot
|
2015-01-27 17:25
|
|
Repository: erp/devel/pi
Changeset: a6433daf19d1ef0e59b6213bf792a66bcb10c1b0
Author: Sandra Huguet <sandra.huguet <at> openbravo.com>
Date: Tue Jan 27 17:19:36 2015 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/a6433daf19d1ef0e59b6213bf792a66bcb10c1b0 [^]
Fixed bug 28780: Return to Vendor fails when unit price is zero or empty
after refactoring, when Unit Price is empty in the pick&edit
in SRMOPickEditLines.java class UnitPrice value comes as empty string,
before refactoring this value was null.
---
M src/org/openbravo/common/actionhandler/SRMOPickEditLines.java
---
|
|
|
|
Code review and testing done |
|
|
|
|