Fix phpcs

This commit is contained in:
Laurent Destailleur 2017-12-19 00:39:01 +01:00
parent 91932838ef
commit fcf04c122f

View File

@ -3730,7 +3730,7 @@ else if ($id > 0 || ! empty($ref))
else
{
var revenue_type = parseFloat(valselected);
var amount_net = ".round($object->total_ht , 2).";
var amount_net = ".round($object->total_ht, 2).";
revenue = revenue_type * amount_net / 100;
revenue = revenue.toFixed(2);
}