Skip to content
Snippets Groups Projects
Commit 27b12df1 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: CRLF

parent 2c8e9840
No related branches found
No related tags found
No related merge requests found
......@@ -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>';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment