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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0005447
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] 09. Financial managementminoralways2008-10-07 00:452008-11-25 22:14
ReportercromeroView Statuspublic 
Assigned Tocromero 
PrioritynormalResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revision8302
ProjectionnoneETAnoneTarget Version2.50
OSAnyDatabasePostgreSQLJava version
OS VersionDatabase version8.3Ant version
Product VersionpiSCM revision8300 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0005447: Accounting server fails in PostgreSQL due a wrong sentence

DescriptionDue this sentence:
                SELECT (case when ad_table.po_window_id is null then '' else ad_column_identifier('AD_Window',TO_CHAR(ad_table.po_window_id),?) end)||
                  (case when ad_table.po_window_id is null then '' else ' - ' end)|| ad_column_identifier('AD_Window',TO_CHAR(ad_table.ad_window_id),?)

                FROM AD_TABLE
                WHERE AD_TABLE_ID = ?
The accounting server returns an error message.
Proposed SolutionWith this line all works fine:
 ad_column_identifier('AD_Window',TO_CHAR(ad_table.ad_window_id),?) AS DESCRIPTION
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0009407)
svnbot (reporter)
2008-10-07 00:46

Repository: openbravo
Revision: 8302
Author: cromeroherrero
Date: 2008-10-07 00:46:50 +0200 (Tue, 07 Oct 2008)

Fixed bug 5447: Accounting server fails in PostgreSQL due a wrong sentence

---
U trunk/src/org/openbravo/erpCommon/ad_background/PeriodicAcctServer_data.xsql
---

https://dev.openbravo.com/websvn/openbravo/?rev=8302&sc=1 [^]

- Issue History
Date Modified Username Field Change
2008-10-07 00:45 cromero New Issue
2008-10-07 00:45 cromero Assigned To => cromero
2008-10-07 00:45 cromero sf_bug_id 0 => 2150412
2008-10-07 00:45 cromero Regression testing => No
2008-10-07 00:46 svnbot Checkin
2008-10-07 00:46 svnbot Note Added: 0009407
2008-10-07 00:46 svnbot Status new => resolved
2008-10-07 00:46 svnbot Resolution open => fixed
2008-10-07 00:46 svnbot svn_revision => 8302
2008-11-25 22:14 psarobe Status resolved => closed


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker