Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0020647 | Openbravo ERP | 00. Application dictionary | public | 2012-05-30 15:51 | 2012-06-12 11:17 |
|
Reporter | jvazquez | |
Assigned To | naiaramartinez | |
Priority | normal | Severity | trivial | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | pi | |
Target Version | | Fixed in Version | 3.0MP13 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0020647: Fin_payment_run_para has same constraint twice |
Description | Fin_payment_run_para has check constraint isactive equals 'Y' or 'N' twice. |
Steps To Reproduce | Go to https://code.openbravo.com/erp/devel/pi/file/97173c37d435/src-db/database/model/tables/FIN_PAYMENT_RUN_PARA.xml. [^]
Check lines 64 and 65:
64 <check name="FIN_PAYMENTRUNPARA_ACTIVE_CHK"><![CDATA[ISACTIVE IN ('Y', 'N')]]></check>
65 <check name="FIN_PAYMENTRUNPARA_VALCHK_CHK"><![CDATA[ISACTIVE IN ('Y', 'N')]]></check> |
Proposed Solution | Remove one constraint. |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | design defect | 0020646 | | new | dmiguelez | Some isactive columns lack check constraint |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2012-05-30 15:51 | jvazquez | New Issue | |
2012-05-30 15:51 | jvazquez | Assigned To | => alostale |
2012-05-30 15:51 | jvazquez | Modules | => Core |
2012-05-30 15:52 | jvazquez | Relationship added | related to 0020646 |
2012-05-31 15:14 | alostale | Assigned To | alostale => mirurita |
2012-05-31 17:07 | naiaramartinez | Assigned To | mirurita => naiaramartinez |
2012-05-31 17:14 | naiaramartinez | Note Added: 0049550 | |
2012-05-31 17:14 | naiaramartinez | Status | new => scheduled |
2012-05-31 17:14 | naiaramartinez | fix_in_branch | => pi |
2012-06-12 11:15 | hgbot | Checkin | |
2012-06-12 11:15 | hgbot | Note Added: 0049746 | |
2012-06-12 11:15 | hgbot | Status | scheduled => resolved |
2012-06-12 11:15 | hgbot | Resolution | open => fixed |
2012-06-12 11:15 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/ca313a1ecdf869a1d64c410664563793affe0e2e [^] |
2012-06-12 11:17 | mirurita | Note Added: 0049750 | |
2012-06-12 11:17 | mirurita | Status | resolved => closed |
2012-06-12 11:17 | mirurita | Fixed in Version | => 3.0MP13 |