IDEMPIERE-3901 Zooming from HTML report doesn't work on firefox (AP2-851)

This commit is contained in:
Elaine Tan 2019-02-20 18:12:00 +08:00
parent aa5b120946
commit 67dbc090f0
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ function showColumnMenu(e, columnName, row) {
var contextMenu;
function getMenu (componentId, foreignColumnName, value){
if (contextMenu == null){
if (componentId != null){
//menu div
var menu = document.createElement("div");