Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0016558Openbravo ERPA. Platformpublic2011-03-30 17:272011-04-02 00:00
psarobe 
marvintm 
immediatecriticalalways
closedfixed 
5
pi 
3.0RC63.0RC6 
Core
No
0016558: Cannot enter a sales order
When entering a sales order it's not possible to save it. See attach
1. Go to sales order
2. Click new and fill the mandatory fields
3. Save

See attach
No tags attached.
related to defect 00165443.0RC6 closed marvintm If a column has a default value, and a callout, sometimes the callout will not be called when creating a record 
has duplicate defect 0016554 closed adrianromero New Purchase Order Record Error 
png error.PNG (57,546) 2011-03-30 17:28
https://issues.openbravo.com/file_download.php?file_id=3788&type=bug
png
Issue History
2011-03-30 17:27psarobeNew Issue
2011-03-30 17:27psarobeAssigned To => iperdomo
2011-03-30 17:27psarobeModules => Core
2011-03-30 17:28psarobeFile Added: error.PNG
2011-03-30 17:28psarobeStatusnew => scheduled
2011-03-30 17:28psarobefix_in_branch => pi
2011-03-30 17:35iperdomoAssigned Toiperdomo => marvintm
2011-03-30 17:36iperdomoRelationship addedrelated to 0016544
2011-03-30 18:00hgbotCheckin
2011-03-30 18:00hgbotNote Added: 0035379
2011-03-30 18:00hgbotStatusscheduled => resolved
2011-03-30 18:00hgbotResolutionopen => fixed
2011-03-30 18:00hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/b67f237614ec56295aaf5fdbc3c025e29c33abfc [^]
2011-03-30 18:56hgbotCheckin
2011-03-30 18:56hgbotNote Added: 0035381
2011-04-01 12:36psarobeNote Added: 0035459
2011-04-01 12:36psarobeStatusresolved => closed
2011-04-01 12:36psarobeFixed in Version => 3.0RC6
2011-04-02 00:00anonymoussf_bug_id0 => 3267998
2011-04-06 17:27psarobeRelationship addedhas duplicate 0016554

Notes
(0035379)
hgbot   
2011-03-30 18:00   
Repository: erp/devel/pi
Changeset: b67f237614ec56295aaf5fdbc3c025e29c33abfc
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Wed Mar 30 17:57:37 2011 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/b67f237614ec56295aaf5fdbc3c025e29c33abfc [^]

Fixed issue 16558. Callouts will only be fired on NEW mode when:
- The value is not null (or empty)
- And the column is a combo/selector (FK reference)
If those two conditions are true, and the column has a callout, the callout will be fired on NEW mode. In CHANGE mode, these conditions are irrelevant (instead, we check if the column value changed or not, and we don't check the reference at all). This criteria attempts to maintain 2.50 behaviour.

---
M modules/org.openbravo.client.application/src/org/openbravo/client/application/window/FormInitializationComponent.java
---
(0035381)
hgbot   
2011-03-30 18:56   
Repository: erp/devel/pi
Changeset: 589b4804bd65e8885fa1212ebbaa04ab3b7b4a55
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Wed Mar 30 18:55:46 2011 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/589b4804bd65e8885fa1212ebbaa04ab3b7b4a55 [^]

Related to issue 16558. Fix broken import.

---
M modules/org.openbravo.client.application/src/org/openbravo/client/application/window/FormInitializationComponent.java
---
(0035459)
psarobe   
2011-04-01 12:36   
Works fine