Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0025432
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] 07. Sales managementminoralways2014-01-06 11:092014-01-06 11:13
ReporterthirumalaikView Statuspublic 
Assigned Todmiguelez 
PrioritynormalResolutionopenFixed in Version
StatusnewFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0025432: Enforce price limit callout issues in Sales Order

DescriptionWe 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 Reproduce1.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 Solutionsrc/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.

TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
There are no notes attached to this issue.

- 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
Powered by Mantis Bugtracker