Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0006416Openbravo ERP02. Master data managementpublic2008-12-09 14:152009-03-09 09:04
AinhoaPagola 
Dowid 
normalminoralways
closedfixed 
20Ubuntu 8.4
 
2.50beta 
Core
No
0006416: M_Pricelist_Create function calls a function that does not exist
M_Pricelist_Create calls c_create_temporary_tables() but this functions does not exist (line 95).

Go to Master data > Pricelist > Pricelist Version and press create list button.

An error message is displayed notifying that C_create_temporary_tables can not be found.
No tags attached.
has duplicate defect 0006569 closed rafaroda Error is shown while clicking on the Verify BOM button 
patch c_create_temporary_tables.patch (843) 2008-12-09 15:59
https://issues.openbravo.com/file_download.php?file_id=514&type=bug
Issue History
2008-12-09 14:15AinhoaPagolaNew Issue
2008-12-09 14:15AinhoaPagolaAssigned To => rafaroda
2008-12-09 14:16AinhoaPagolasf_bug_id0 => 2411632
2008-12-09 14:16AinhoaPagolaRegression testing => No
2008-12-09 14:16AinhoaPagolaProposed Solution updated
2008-12-09 15:59DowidFile Added: c_create_temporary_tables.patch
2008-12-09 15:59DowidNote Added: 0011074
2008-12-09 16:08DowidNote Edited: 0011074
2008-12-16 10:28rafarodaRelationship addedhas duplicate 0006569
2008-12-16 14:42DowidIssue Monitored: Dowid
2008-12-16 18:42rafarodaStatusnew => scheduled
2008-12-16 18:42rafarodaAssigned Torafaroda => Dowid
2008-12-16 18:42rafarodafix_in_branch => trunk
2008-12-17 10:25svnbotCheckin
2008-12-17 10:25svnbotNote Added: 0011468
2008-12-17 10:25svnbotStatusscheduled => resolved
2008-12-17 10:25svnbotResolutionopen => fixed
2008-12-17 10:25svnbotsvn_revision => 11287
2009-03-09 09:04sureshbabuStatusresolved => closed
2009-03-09 09:04sureshbabuNote Added: 0014504
2009-03-09 09:04sureshbabuFixed in Version => 2.50beta

Notes
(0011074)
Dowid   
2008-12-09 15:59   
(edited on: 2008-12-09 16:08)
This patch fixes this bug. Possibly function c_create_temporary_tables has been droped by accident. This patch restores this function.

(0011468)
svnbot   
2008-12-17 10:25   
Repository: openbravo
Revision: 11287
Author: dowid
Date: 2008-12-17 10:24:58 +0100 (Wed, 17 Dec 2008)

Bug fixed 0006416: M_Pricelist_Create function calls a function that does not exist

---
U trunk/src-db/database/model/prescript-PostgreSql.sql
---

https://dev.openbravo.com/websvn/openbravo/?rev=11287&sc=1 [^]
(0014504)
sureshbabu   
2009-03-09 09:04   
Retested working fine.