Fix phpcs
This commit is contained in:
parent
3a8afafabd
commit
8d4d1dbf99
@ -290,7 +290,7 @@ if ($_REQUEST["account"] || $_REQUEST["ref"])
|
|||||||
if($obj->family == 'invoice'){
|
if($obj->family == 'invoice'){
|
||||||
$mc->getInfo($obj->entity);
|
$mc->getInfo($obj->entity);
|
||||||
print "<td>".$mc->label."</td>";
|
print "<td>".$mc->label."</td>";
|
||||||
}else print "<td></td>";
|
}else print "<td></td>";
|
||||||
}
|
}
|
||||||
print "<td>".$refcomp."</td>";
|
print "<td>".$refcomp."</td>";
|
||||||
if ($obj->total_ttc < 0) { print "<td align=\"right\">".price(abs($total_ttc))."</td><td> </td>"; };
|
if ($obj->total_ttc < 0) { print "<td align=\"right\">".price(abs($total_ttc))."</td><td> </td>"; };
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user