Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0028780Openbravo ERP09. Financial managementpublic2015-01-27 12:192015-02-04 20:34
aferraz 
Sandrahuguet 
immediateminoralways
closedfixed 
30Professional Appliance
 
 
aferraz
Core
Packaging and release
2014-11-28
main
https://code.openbravo.com/erp/devel/pi/rev/777541c9e414 [^]
No
0028780: Return to Vendor Pick&Edit fails when unit price is zero or empty
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.
- 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
No tags attached.
Issue History
2015-01-27 12:19aferrazNew Issue
2015-01-27 12:19aferrazAssigned To => Sandrahuguet
2015-01-27 12:19aferrazModules => Core
2015-01-27 12:19aferrazRegression level => Packaging and release
2015-01-27 12:19aferrazRegression introduced in release => main
2015-01-27 12:19aferrazTriggers an Emergency Pack => No
2015-01-27 17:09SandrahuguetStatusnew => scheduled
2015-01-27 17:09Sandrahuguetfix_in_branch => pi
2015-01-27 17:12SandrahuguetNote Added: 0073826
2015-01-27 17:25hgbotCheckin
2015-01-27 17:25hgbotNote Added: 0073827
2015-01-27 17:25hgbotStatusscheduled => resolved
2015-01-27 17:25hgbotResolutionopen => fixed
2015-01-27 17:25hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/a6433daf19d1ef0e59b6213bf792a66bcb10c1b0 [^]
2015-01-27 17:27SandrahuguetReview Assigned To => aferraz
2015-01-27 17:27SandrahuguetRegression date => 2014-11-28
2015-01-27 17:27SandrahuguetRegression introduced by commit => https://code.openbravo.com/erp/devel/pi/rev/777541c9e414 [^]
2015-01-27 17:27Sandrahuguetfix_in_branchpi =>
2015-01-27 20:04aferrazNote Added: 0073833
2015-01-27 20:04aferrazStatusresolved => closed
2015-02-04 20:34hudsonbotCheckin
2015-02-04 20:34hudsonbotNote Added: 0074186

Notes
(0073826)
Sandrahuguet   
2015-01-27 17:12   
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
---
(0073833)
aferraz   
2015-01-27 20:04   
Code review and testing done
(0074186)
hudsonbot   
2015-02-04 20:34   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/f36c91d0ad63 [^]
Maturity status: Test