* Fix bug#21876

This commit is contained in:
zenggang
2022-04-22 02:29:51 +00:00
parent c7f61807c8
commit 0ef2e99bca
+2 -2
View File
@@ -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');
}
/**