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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0027442
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] 07. Sales managementminorhave not tried2014-08-23 17:222014-10-16 10:35
ReportershuehnerView Statuspublic 
Assigned Toshuehner 
PrioritynormalResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revision18d447125911
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Toeduardo_Argal
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0027442: pl-function m_copy_product_template has uuid bug

DescriptionFunction reads from c_order.billto_id which is uuid varchar32 but stores into v_BillTo variable which is numeric.

Note: no regression just forgotten to be changed to varchar2 in uuid project start of 2.50 so broken since.

Note: that pl is used in some buttons but looks like all hidden by default.

Should just be fixed as fix is trivial to avoid the error
Steps To ReproduceReview pl body
Proposed Solutionchange v_billto variable to varchar2(32)
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
blocks design defect 0050984 newshuehner Tracking issue: Remove obsolete old-flow / pre-aprm related code 

-  Notes
(0070806)
hgbot (developer)
2014-10-08 12:45

Repository: erp/devel/pi
Changeset: 18d447125911dfbf9802c66c03dee3bd63b79b87
Author: Stefan Hühner <stefan.huehner <at> openbravo.com>
Date: Tue Oct 07 18:31:19 2014 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/18d447125911dfbf9802c66c03dee3bd63b79b87 [^]

Fixed 27442. Fix uuid bug. redefine v_billto variable as varchar2(32).
The variable v_billto is used to store a uuid (value of c_order.billto_id)
so define it as such and not as a number type.

---
M src-db/database/model/functions/M_COPY_PRODUCT_TEMPLATE.xml
---
(0070983)
eduardo_Argal (developer)
2014-10-16 10:35

Reviewed and closed

- Issue History
Date Modified Username Field Change
2014-08-23 17:22 shuehner New Issue
2014-08-23 17:22 shuehner Assigned To => dmiguelez
2014-08-23 17:22 shuehner Modules => Core
2014-08-23 17:22 shuehner Triggers an Emergency Pack => No
2014-09-03 13:56 eduardo_Argal Assigned To dmiguelez => shuehner
2014-10-08 12:45 hgbot Checkin
2014-10-08 12:45 hgbot Note Added: 0070806
2014-10-08 12:45 hgbot Status new => resolved
2014-10-08 12:45 hgbot Resolution open => fixed
2014-10-08 12:45 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/18d447125911dfbf9802c66c03dee3bd63b79b87 [^]
2014-10-08 12:48 shuehner Review Assigned To => eduardo_Argal
2014-10-16 10:35 eduardo_Argal Note Added: 0070983
2014-10-16 10:35 eduardo_Argal Status resolved => closed
2022-12-13 15:53 shuehner Relationship added blocks 0050984


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker