Fix phpcs

This commit is contained in:
Laurent Destailleur 2019-01-16 18:51:51 +01:00
parent 3a8afafabd
commit 8d4d1dbf99

View File

@ -290,7 +290,7 @@ if ($_REQUEST["account"] || $_REQUEST["ref"])
if($obj->family == 'invoice'){
$mc->getInfo($obj->entity);
print "<td>".$mc->label."</td>";
}else print "<td></td>";
}else print "<td></td>";
}
print "<td>".$refcomp."</td>";
if ($obj->total_ttc < 0) { print "<td align=\"right\">".price(abs($total_ttc))."</td><td>&nbsp;</td>"; };