Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||||||
ID | ||||||||||||
0025432 | ||||||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
defect | [Openbravo ERP] 07. Sales management | minor | always | 2014-01-06 11:09 | 2014-01-06 11:13 | |||||||
Reporter | thirumalaik | View Status | public | |||||||||
Assigned To | dmiguelez | |||||||||||
Priority | normal | Resolution | open | Fixed in Version | ||||||||
Status | new | 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 | SCM revision | |||||||||||
Review Assigned To | ||||||||||||
Web browser | ||||||||||||
Modules | Core | |||||||||||
Regression level | ||||||||||||
Regression date | ||||||||||||
Regression introduced in release | ||||||||||||
Regression introduced by commit | ||||||||||||
Triggers an Emergency Pack | No | |||||||||||
Summary | 0025432: Enforce price limit callout issues in Sales Order | |||||||||||
Description | We have enforce price limit hidden feature in price list.Enable this feature by of displaying following fields(Price list(tab) - Enforce price list(field),Product price (tab) - Price limit (field)) Enable Enforce price limit feature and update product price less than price limit.You may get some callout error in error log. (code issues in callout) | |||||||||||
Steps To Reproduce | 1.Enable enforce pricelimit in Price list 2.Add a Price limit as '23' for Product 'ABC' 3.add product ABC in Orderline and set Unit price as 22. (got error in backend and no info in front end) | |||||||||||
Proposed Solution | src/org/openbravo/erpCommon/ad_callouts/SL_Order_Amt.java Issue : 1 387 boolean enforced = SLOrderAmtData.listPriceType(this, strPriceList); passing pricelist amount value instead of pricelist ID. current: boolean enforced = SLOrderAmtData.listPriceType(this, strPriceList); fix: boolean enforced = SLOrderAmtData.listPriceType(this, strMPricelistId); Issue : 2 392 + Utility.messageBD(this, "UnderLimitPrice", vars.getLanguage()) + "\")"); comma missed at end. | |||||||||||
Tags | No tags attached. | |||||||||||
Attached Files | ||||||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |
Issue History | |||
Date Modified | Username | Field | Change |
2014-01-06 11:09 | thirumalaik | New Issue | |
2014-01-06 11:09 | thirumalaik | Assigned To | => dmiguelez |
2014-01-06 11:09 | thirumalaik | Modules | => Core |
2014-01-06 11:09 | thirumalaik | Triggers an Emergency Pack | => No |
2014-01-06 11:13 | thirumalaik | Proposed Solution updated |
Copyright © 2000 - 2009 MantisBT Group |