From 3e168f949579f9955d4ec2a90a64491ddb3c632b Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Mon, 10 Aug 2020 14:06:22 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/core/tpl/objectline_create.tpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/tpl/objectline_create.tpl.php b/htdocs/core/tpl/objectline_create.tpl.php index 821b18a3c3f..6c38f5560a7 100644 --- a/htdocs/core/tpl/objectline_create.tpl.php +++ b/htdocs/core/tpl/objectline_create.tpl.php @@ -362,7 +362,7 @@ if ($nolinesbefore) { if (!empty($conf->global->PRODUCT_USE_UNITS)) { $coldisplay++; print ''; - print $form->selectUnits( empty($line->fk_unit) ? $conf->global->PRODUCT_USE_UNITS : $line->fk_unit, "units"); + print $form->selectUnits(empty($line->fk_unit) ? $conf->global->PRODUCT_USE_UNITS : $line->fk_unit, "units"); print ''; } $remise_percent = $buyer->remise_percent;