Browse Source

Fixing style errors.

stickler-ci 4 years ago
parent
commit
ee631e629f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      htdocs/product/class/html.formproduct.class.php

+ 1 - 1
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;