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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0033363
TypeCategorySeverityReproducibilityDate SubmittedLast Update
design defect[Retail Modules] Web POSminoralways2016-06-27 12:222016-06-27 12:22
ReportermalsasuaView Statuspublic 
Assigned ToRetail 
PrioritynormalResolutionopenFixed in Version
StatusnewFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSLinux 32 bitDatabasePostgreSQLJava version1.6.0_18
OS VersionCommunity ApplianceDatabase version8.3.9Ant version1.7.1
Product VersionSCM revision 
Merge Request Status
Review Assigned To
OBNetwork customerOBPS
Support ticket41919
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0033363: It is not possible to set the product_uom in OrderLoader

DescriptionIn OrderLoader, when M_UPDATE_INVENTORY is called, the m_product_uom parameter is set to null.

It should be nice to able to set this property to another value using hooks, for example, adding the next line
transaction.setProductUOM(line.getProductUOM()); in
https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/file/2a40713e9b35/src/org/openbravo/retail/posterminal/OrderLoader.java#l1641 [^]

and replace line:
https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/file/2a40713e9b35/src/org/openbravo/retail/posterminal/OrderLoader.java#l1676 [^]
to
updateStockStatement.setString(8, transaction.getProductUOM().getId());
Steps To Reproduce. n/a
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
2016-06-27 12:22 malsasua New Issue
2016-06-27 12:22 malsasua Assigned To => Retail
2016-06-27 12:22 malsasua OBNetwork customer => Yes
2016-06-27 12:22 malsasua Support ticket => 41919
2016-06-27 12:22 malsasua Triggers an Emergency Pack => No


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker