From 137b6e641784e6bb20bba42d5687f202a85edf2b Mon Sep 17 00:00:00 2001 From: daitingting Date: Fri, 13 May 2022 03:10:08 +0000 Subject: [PATCH] * Fix bug for printExtendFields in view file. --- module/product/view/view.html.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/module/product/view/view.html.php b/module/product/view/view.html.php index dd670efb83..9a092582f1 100644 --- a/module/product/view/view.html.php +++ b/module/product/view/view.html.php @@ -151,7 +151,7 @@ - printExtendFields($product, 'div', "position=right&inForm=0&inCell=1");?> + printExtendFields($product, 'div', "position=left&inForm=0&inCell=1");?> @@ -169,6 +169,7 @@
+ printExtendFields($product, 'div', "position=right&inForm=0&inCell=1");?> createLink('action', 'comment', "objectType=product&objectID=$product->id");?>