Openbravo Issue Tracking System - Modules
View Issue Details
0026377ModulesService Contract Managementpublic2014-04-25 09:012014-05-26 13:43
vmromanos 
vmromanos 
normalmajoralways
closedfixed 
20Debian 5.0
 
 
naiaramartinez
0026377: Display logic in callouts affects field navigation
The field navigation on the Contract (Header) and Invoice Plan Master tabs is affected by the display logic executed by the callouts using:
("JSEXECUTE", "displayLogic();")
Create a new contract and select a contract type which is service contract. The focus is lost immediately.
In OB3 there is no need to call anymore the displayLogic() inside the callouts, because the displayLogic is always run after the callout has completed its flow.

Affected callouts:
SE_IsServiceContract
SE_Contract_Amt
No tags attached.
Issue History
2014-04-25 09:01vmromanosNew Issue
2014-04-25 09:01vmromanosAssigned To => vmromanos
2014-04-25 09:10vmromanosStatusnew => scheduled
2014-04-25 09:10vmromanosfix_in_branch => pi
2014-04-25 09:21hgbotCheckin
2014-04-25 09:21hgbotNote Added: 0066597
2014-04-25 09:21hgbotStatusscheduled => resolved
2014-04-25 09:21hgbotResolutionopen => fixed
2014-04-25 09:21hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.contract.services/rev/b16121b98ce9967d7aa2cf074dfb837aa1e07ee7 [^]
2014-05-26 13:43naiaramartinezReview Assigned To => naiaramartinez
2014-05-26 13:43naiaramartinezNote Added: 0067449
2014-05-26 13:43naiaramartinezStatusresolved => closed

Notes
(0066597)
hgbot   
2014-04-25 09:21   
Repository: erp/pmods/org.openbravo.contract.services
Changeset: b16121b98ce9967d7aa2cf074dfb837aa1e07ee7
Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com>
Date: Fri Apr 25 09:13:05 2014 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.contract.services/rev/b16121b98ce9967d7aa2cf074dfb837aa1e07ee7 [^]

Fixed bug 26377: Display logic in callouts affects field navigation

---
M src/org/openbravo/contract/services/callout/SE_Contract_Amt.java
M src/org/openbravo/contract/services/callout/SE_IsServiceContract.java
---
(0067449)
naiaramartinez   
2014-05-26 13:43   
Code Review OK