Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0027442 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] 07. Sales management | minor | have not tried | 2014-08-23 17:22 | 2014-10-16 10:35 | |||
Reporter | shuehner | View Status | public | |||||
Assigned To | shuehner | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | Fixed in SCM revision | 18d447125911 | ||||
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 | eduardo_Argal | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0027442: pl-function m_copy_product_template has uuid bug | |||||||
Description | Function 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 Reproduce | Review pl body | |||||||
Proposed Solution | change v_billto variable to varchar2(32) | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | ||||||||
|
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 |