Openbravo Issue Tracking System - Openbravo ERP | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0002033 | Openbravo ERP | 00. Application dictionary | public | 2007-10-03 10:40 | 2008-06-12 09:43 |
Reporter | alostale | ||||
Assigned To | alostale | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | 5 | OS Version | ||
Product Version | |||||
Target Version | Fixed in Version | 2.35 | |||
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); | ||||
Steps To Reproduce | |||||
Proposed Solution | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|