Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0010307Openbravo ERPA. Platformpublic2009-08-17 17:072009-08-21 00:00
shuehner 
shuehner 
normalminorhave not tried
closedfixed 
5
pi 
 
Core
No
0010307: ErrorMessage translation for database check-constraints which are not boolean checks always returns "zero"
When a check-constraint fails which is not a boolean check ('Y, 'N') when the translated text displayed for the user is just zero.
No tags attached.
related to defect 00097812.50MP4 closed vmromanos There are some incorrect translations in Spanish translation (I) 
Issue History
2009-08-17 17:07shuehnerNew Issue
2009-08-17 17:07shuehnerAssigned To => shuehner
2009-08-17 17:07shuehnerRelationship addedrelated to 0009781
2009-08-18 21:09hgbotCheckin
2009-08-18 21:09hgbotNote Added: 0019017
2009-08-18 21:09hgbotStatusnew => resolved
2009-08-18 21:09hgbotResolutionopen => fixed
2009-08-18 21:09hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/78b135047a9a022f074373b78ba521d91164df7b [^]
2009-08-20 13:26plujanStatusresolved => closed
2009-08-21 00:00anonymoussf_bug_id0 => 2841474

Notes
(0019017)
hgbot   
2009-08-18 21:09   
Repository: erp/devel/pi
Changeset: 78b135047a9a022f074373b78ba521d91164df7b
Author: Stefan Hühner <stefan.huehner <at> openbravo.com>
Date: Mon Aug 17 17:13:31 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/78b135047a9a022f074373b78ba521d91164df7b [^]

Fixed 10307: Fix error message parsing/display check constraints on postgres which are not boolean checks
- remove myCodeError variable which was never initialzed (for postgres)

---
M src/org/openbravo/erpCommon/utility/ErrorTextParserPOSTGRE.java
---