Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0010013Openbravo ERP07. Sales managementpublic2009-07-23 12:092009-10-07 14:07
gmauleon 
gmauleon 
normaltrivialalways
closedfixed 
5
pi 
2.50MP7 
Core
No
0010013: Within the table C_orderLine, the default value in column cancelPriceAd bad set
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.
Just change the default value within the column window
from -> 'N'
To -> N
No tags attached.
depends on backport 0010101 closed gmauleon Within the table C_orderLine, the default value in column cancelPriceAd bad set 
related to defect 00107892.40MP10 closed harikrishnan When creating purchases using manage requistion window the price adjustments are not correctly applied 
Issue History
2009-07-23 12:09gmauleonNew Issue
2009-07-23 12:09gmauleonAssigned To => rafaroda
2009-07-29 09:49gmauleonAssigned Torafaroda => gmauleon
2009-07-29 09:49gmauleonStatusnew => acknowledged
2009-07-29 09:49gmauleonversion => pi
2009-07-29 09:49gmauleonStatusacknowledged => scheduled
2009-07-29 09:49gmauleonfix_in_branch => pi
2009-07-29 14:46hgbotCheckin
2009-07-29 14:46hgbotNote Added: 0018690
2009-07-29 14:46hgbotStatusscheduled => resolved
2009-07-29 14:46hgbotResolutionopen => fixed
2009-07-29 14:46hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/4c76e553f6bd8936c17a03e5ad08603d8c9ed5a4 [^]
2009-08-18 08:21sureshbabuStatusresolved => closed
2009-08-18 08:21sureshbabuNote Added: 0018981
2009-08-18 08:21sureshbabuFixed in Version => pi
2009-08-19 00:00anonymoussf_bug_id0 => 2839890
2009-10-06 10:25rafarodaRelationship addedrelated to 0010789
2009-10-06 11:10hgbotCheckin
2009-10-06 11:10hgbotNote Added: 0020742
2009-10-06 11:10hgbotStatusclosed => resolved
2009-10-06 11:10hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/devel/pi/rev/4c76e553f6bd8936c17a03e5ad08603d8c9ed5a4 [^] => http://code.openbravo.com/erp/devel/pi/rev/6085074a0316e924250d1ef556875ded3037f5e5 [^]
2009-10-07 14:07sureshbabuStatusresolved => closed
2009-10-07 14:07sureshbabuNote Added: 0020848
2009-10-07 14:07sureshbabuFixed in Versionpi => 2.50MP7

Notes
(0018690)
hgbot   
2009-07-29 14:46   
Repository: erp/devel/pi
Changeset: 4c76e553f6bd8936c17a03e5ad08603d8c9ed5a4
Author: Gorka Mauleon <gorka.mauleon <at> openbravo.com>
Date: Wed Jul 29 14:44:02 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/4c76e553f6bd8936c17a03e5ad08603d8c9ed5a4 [^]

Fixes bug 0010013: Within the table C_orderLine, the default value in column cancelPriceAd bad set

---

---
(0018981)
sureshbabu   
2009-08-18 08:21   
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
---
(0020848)
sureshbabu   
2009-10-07 14:07   
Tested, default value is changed to N instead of 'N'