Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0002033 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] 00. Application dictionary | minor | always | 2007-10-03 10:40 | 2008-06-12 09:43 | |||
Reporter | alostale | View Status | public | |||||
Assigned To | alostale | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | 2.35 | |||
Status | closed | Fix in branch | Fixed in SCM revision | |||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | ||||||||
Review Assigned To | ||||||||
OBNetwork customer | No | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0002033: Not possible to have a tax twice in a invoice (bad PK) | |||||||
Description | Env.: 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); | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|
![]() |
|
(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 [^] |
Copyright © 2000 - 2009 MantisBT Group |