From 27b12df10364a20c28262ee9128fdf0c4463fa5b Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@destailleur.fr> Date: Sun, 4 May 2014 21:19:24 +0200 Subject: [PATCH] Fix: CRLF --- htdocs/comm/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/comm/fiche.php b/htdocs/comm/fiche.php index f33ae4adc83..0b9ba29da08 100644 --- a/htdocs/comm/fiche.php +++ b/htdocs/comm/fiche.php @@ -408,7 +408,7 @@ if ($id > 0) print '</td></tr></table>'; print '</td><td colspan="3">'; print $object->price_level; - $keyforlabel='PRODUIT_MULTIPRICES_LABEL'.$object->price_level; + $keyforlabel='PRODUIT_MULTIPRICES_LABEL'.$object->price_level; if (! empty($conf->global->$keyforlabel)) print ' - '.$langs->trans($conf->global->$keyforlabel); print "</td>"; print '</tr>'; -- GitLab