Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0023109 | Openbravo ERP | 03. Procurement management | public | 2013-02-18 19:20 | 2013-02-28 16:39 |
|
Reporter | ngarcia | |
Assigned To | pramakrishnan | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0MP21 | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | dmiguelez |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | 19538 |
Regression level | Production - Confirmed Stable |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/30b3bd0350b0 [^] |
Triggers an Emergency Pack | No |
|
Summary | 0023109: In Requisition lines the UOM of the product is not updated if a price list is not defined |
Description | In Requisition lines the UOM of the product is not updated if a price list is not defined |
Steps To Reproduce | As group admin role:
Check that the UOM of Plain Water product is LITER
Create a new Requisition for F&B US, Inc. filling only the required fields
Add a line and select the Plain Water product
Check that the UOM is not changed from Unit to Liter |
Proposed Solution | Check if the price list is null before trying to get if it includes taxes: |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2013-02-18 19:20 | ngarcia | New Issue | |
2013-02-18 19:20 | ngarcia | Assigned To | => dmiguelez |
2013-02-18 19:20 | ngarcia | Modules | => Core |
2013-02-18 19:20 | ngarcia | OBNetwork customer | => Yes |
2013-02-18 19:20 | ngarcia | Support ticket | => 19538 |
2013-02-18 19:20 | ngarcia | Resolution time | => 1363647600 |
2013-02-18 19:20 | ngarcia | Triggers an Emergency Pack | => No |
2013-02-18 19:21 | ngarcia | Issue Monitored: networkb | |
2013-02-19 09:58 | pramakrishnan | Assigned To | dmiguelez => pramakrishnan |
2013-02-19 10:22 | pramakrishnan | Status | new => scheduled |
2013-02-19 10:22 | pramakrishnan | fix_in_branch | => pi |
2013-02-19 10:32 | pramakrishnan | Regression level | => Production - Confirmed Stable |
2013-02-19 10:32 | pramakrishnan | Regression introduced by commit | => https://code.openbravo.com/erp/devel/pi/rev/30b3bd0350b0 [^] |
2013-02-19 10:32 | pramakrishnan | fix_in_branch | pi => |
2013-02-19 10:40 | pramakrishnan | Note Added: 0056541 | |
2013-02-19 10:41 | pramakrishnan | Note Edited: 0056541 | bug_revision_view_page.php?bugnote_id=0056541#r4434 |
2013-02-22 14:07 | hgbot | Checkin | |
2013-02-22 14:07 | hgbot | Note Added: 0056732 | |
2013-02-22 14:07 | hgbot | Status | scheduled => resolved |
2013-02-22 14:07 | hgbot | Resolution | open => fixed |
2013-02-22 14:07 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/60f6ae5c306dc16ab1dcbe03475da6dbb1904d6a [^] |
2013-02-22 14:07 | dmiguelez | Review Assigned To | => dmiguelez |
2013-02-22 14:07 | dmiguelez | Note Added: 0056733 | |
2013-02-22 14:07 | dmiguelez | Status | resolved => closed |
2013-02-28 16:39 | hudsonbot | Checkin | |
2013-02-28 16:39 | hudsonbot | Note Added: 0056845 | |
Notes |
|
(0056541)
|
pramakrishnan
|
2013-02-19 10:40
(edited on: 2013-02-19 10:41) |
|
Test Plan:
Login as Openbravo/openbravo
Navigate to Requisition window
Create header
"Organization":F&B US, Inc.
Create Lines
"Need By Date":19.02.2013
"Product":Plain Water
Notice that the UOM is changed from unit to Liter
|
|
|
(0056732)
|
hgbot
|
2013-02-22 14:07
|
|
Repository: erp/devel/pi
Changeset: 60f6ae5c306dc16ab1dcbe03475da6dbb1904d6a
Author: David Miguelez <david.miguelez <at> openbravo.com>
Date: Fri Feb 22 14:04:03 2013 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/60f6ae5c306dc16ab1dcbe03475da6dbb1904d6a [^]
Fixes Issue 23109: In Requisition lines the UOM is not updated if a pricelist is null
---
M src/org/openbravo/erpCommon/ad_callouts/SL_RequisitionLine_Product.java
---
|
|
|
|
|
|
|
|