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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0002033
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] 00. Application dictionaryminoralways2007-10-03 10:402008-06-12 09:43
ReporteralostaleView Statuspublic 
Assigned Toalostale 
PrioritynormalResolutionfixedFixed in Version2.35
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Merge Request Status
Review Assigned To
OBNetwork customerNo
Web browser
ModulesCore
Support ticket
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0002033: Not possible to have a tax twice in a invoice (bad PK)

DescriptionEnv.: r2.34
Primary key for C_InvoiceTax table didn't enter correctly in the version. Notice that it's correct in the development DB. It is the old one with two fields.

This makes impossible to have a invoice tax twice in the same invoice, which now should be possible for not recalculated taxes.


Work arround:
Execute this script:

alter table C_INVOICETAX drop constraint C_INVOICETAX_KEY;
DROP INDEX C_INVOICETAX_KEY;
alter table c_invoicetax add CONSTRAINT C_INVOICETAX_KEY PRIMARY KEY (C_INVOICETAX_ID);
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0002272)
rafaroda (viewer)
2007-10-24 17:30
edited on: 2008-06-12 09:22

Logged In: YES
user_id=1892190
Originator: NO

Verification assigned to rafaroda.
(0005622)
user71
2005-06-01 00:00
edited on: 2008-06-12 09:43

This bug was originally reported in SourceForge bug tracker and then migrated to Mantis.

You can see the original bug report in:
https://sourceforge.net/support/tracker.php?aid=1806784 [^]

- Issue History
Date Modified Username Field Change


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker