Openbravo Issue Tracking System - Openbravo ERP | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0025432 | Openbravo ERP | 07. Sales management | public | 2014-01-06 11:09 | 2014-01-06 11:13 |
Reporter | thirumalaik | ||||
Assigned To | dmiguelez | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Platform | OS | 5 | OS Version | ||
Product Version | |||||
Target Version | Fixed in Version | ||||
Merge Request Status | |||||
Review Assigned To | |||||
OBNetwork customer | |||||
Web browser | |||||
Modules | Core | ||||
Support ticket | |||||
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. | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
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 |
There are no notes attached to this issue. |