Tax Rate Parent window not working
https://sourceforge.net/tracker/index.php?func=detail&aid=2871039&group_id=176962&atid=879332
This commit is contained in:
parent
e5e7e65b43
commit
78e1d8b9f0
|
|
@ -1296,6 +1296,8 @@ public class GridField
|
||||||
backupValue(); // teo_sarca [ 1699826 ]
|
backupValue(); // teo_sarca [ 1699826 ]
|
||||||
Env.setContext(m_vo.ctx, m_vo.WindowNo, m_vo.ColumnName,
|
Env.setContext(m_vo.ctx, m_vo.WindowNo, m_vo.ColumnName,
|
||||||
m_value==null ? null : m_value.toString());
|
m_value==null ? null : m_value.toString());
|
||||||
|
Env.setContext(m_vo.ctx, m_vo.WindowNo, m_vo.TabNo, m_vo.ColumnName,
|
||||||
|
m_value==null ? null : m_value.toString());
|
||||||
}
|
}
|
||||||
|
|
||||||
// Does not fire, if same value
|
// Does not fire, if same value
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue