Update card.php

This commit is contained in:
ptibogxiv 2020-02-11 20:20:34 +01:00 committed by GitHub
parent 5459e4b821
commit 558ccdd8b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1955,7 +1955,7 @@ else
print '<tr><td class="titlefield">'.$langs->trans("NetMeasure").'</td><td colspan="2">';
if ($object->net_measure != '')
{
print $object->net_measure." ".measuringUnitString($object->net_measure_units, "", "");
print $object->net_measure." ".measuringUnitString($object->net_measure_units);
}
else
{