Update card.php

This commit is contained in:
Laurent Destailleur 2020-05-12 03:06:30 +02:00 committed by GitHub
parent 65011c2877
commit d459f9902c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2099,7 +2099,7 @@ else
print '<tr><td>'.$langs->trans('DefaultUnitToShow').'</td><td>';
if ($unit !== '') {
print $unit;
print $langs->trans($unit);
}
print '</td></tr>';
}