From ee631e629f975b44effce301b9877562a6cc7805 Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Wed, 14 Oct 2020 16:22:11 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/product/class/html.formproduct.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product/class/html.formproduct.class.php b/htdocs/product/class/html.formproduct.class.php index eed6b9608be..0de89bf78ff 100644 --- a/htdocs/product/class/html.formproduct.class.php +++ b/htdocs/product/class/html.formproduct.class.php @@ -435,7 +435,7 @@ class FormProduct * @param int $showempty 1=show empty value, 0= no * @return string */ - public function selectProductNature($name = 'finished', $selected = '', $mode = 0, $showempty=1) + public function selectProductNature($name = 'finished', $selected = '', $mode = 0, $showempty = 1) { global $langs, $db;