* Fix bug#21876
This commit is contained in:
@@ -68,8 +68,8 @@ function createProduct()
|
||||
|
||||
var link = createLink('product', 'create');
|
||||
|
||||
config.onlybody = onlybody;
|
||||
parent.location.href = link;
|
||||
config.onlybody = onlybody;
|
||||
window.parent.$.apps.open(link, 'product');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user