Openbravo Issue Tracking System - Openbravo ERP |
| View Issue Details |
|
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0010013 | Openbravo ERP | 07. Sales management | public | 2009-07-23 12:09 | 2009-10-07 14:07 |
|
| Reporter | gmauleon | |
| Assigned To | gmauleon | |
| Priority | normal | Severity | trivial | Reproducibility | always |
| Status | closed | Resolution | fixed | |
| Platform | | OS | 5 | OS Version | |
| Product Version | pi | |
| Target Version | | Fixed in Version | 2.50MP7 | |
| 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 | 0010013: Within the table C_orderLine, the default value in column cancelPriceAd bad set |
| Description | Check using the AD the column cancelpricead within the table c_orderLine. The default value is set as 'N' but in fact is a boolean values set as char (1) so should be only N. Currently is working OK because the check box is in the windows and always has a value, but if someone take off the fields the window will not work. |
| Steps To Reproduce | |
| Proposed Solution | Just change the default value within the column window
from -> 'N'
To -> N |
| Additional Information | |
| Tags | No tags attached. |
| Relationships | | depends on | backport | 0010101 | | closed | gmauleon | Within the table C_orderLine, the default value in column cancelPriceAd bad set | | related to | defect | 0010789 | 2.40MP10 | closed | harikrishnan | When creating purchases using manage requistion window the price adjustments are not correctly applied |
|
| Attached Files | |
|
| Issue History |
| Date Modified | Username | Field | Change |
| 2009-07-23 12:09 | gmauleon | New Issue | |
| 2009-07-23 12:09 | gmauleon | Assigned To | => rafaroda |
| 2009-07-23 12:09 | gmauleon | OBNetwork customer | => No |
| 2009-07-29 09:49 | gmauleon | Assigned To | rafaroda => gmauleon |
| 2009-07-29 09:49 | gmauleon | Status | new => acknowledged |
| 2009-07-29 09:49 | gmauleon | version | => pi |
| 2009-07-29 09:49 | gmauleon | Status | acknowledged => scheduled |
| 2009-07-29 09:49 | gmauleon | fix_in_branch | => pi |
| 2009-07-29 14:46 | hgbot | Checkin | |
| 2009-07-29 14:46 | hgbot | Note Added: 0018690 | |
| 2009-07-29 14:46 | hgbot | Status | scheduled => resolved |
| 2009-07-29 14:46 | hgbot | Resolution | open => fixed |
| 2009-07-29 14:46 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/4c76e553f6bd8936c17a03e5ad08603d8c9ed5a4 [^] |
| 2009-08-18 08:21 | sureshbabu | Status | resolved => closed |
| 2009-08-18 08:21 | sureshbabu | Note Added: 0018981 | |
| 2009-08-18 08:21 | sureshbabu | Fixed in Version | => pi |
| 2009-08-19 00:00 | anonymous | sf_bug_id | 0 => 2839890 |
| 2009-10-06 10:25 | rafaroda | Relationship added | related to 0010789 |
| 2009-10-06 11:10 | hgbot | Checkin | |
| 2009-10-06 11:10 | hgbot | Note Added: 0020742 | |
| 2009-10-06 11:10 | hgbot | Status | closed => resolved |
| 2009-10-06 11:10 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/4c76e553f6bd8936c17a03e5ad08603d8c9ed5a4 [^] => http://code.openbravo.com/erp/devel/pi/rev/6085074a0316e924250d1ef556875ded3037f5e5 [^] |
| 2009-10-07 14:07 | sureshbabu | Status | resolved => closed |
| 2009-10-07 14:07 | sureshbabu | Note Added: 0020848 | |
| 2009-10-07 14:07 | sureshbabu | Fixed in Version | pi => 2.50MP7 |
|
Notes |
|
|
(0018690)
|
|
hgbot
|
|
2009-07-29 14:46
|
|
|
|
|
|
|
Verified the default value is changed from 'N' to N for the column cancelPriceAd in the table C_orderLine |
|
|
|
(0020742)
|
|
hgbot
|
|
2009-10-06 11:10
|
|
Repository: erp/devel/pi
Changeset: 6085074a0316e924250d1ef556875ded3037f5e5
Author: Harikrishnan Raja <harikrishnan.raja <at> openbravo.com>
Date: Tue Oct 06 14:34:40 2009 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/6085074a0316e924250d1ef556875ded3037f5e5 [^]
Fixes Issue 10013: Within the table C_orderLine, the default value in column cancelPriceAd bad set
---
M src-db/database/model/tables/C_ORDERLINE.xml
---
|
|
|
|
|
|
Tested, default value is changed to N instead of 'N' |
|