From 8d4d1dbf995200cb2451e228b4ebb6702103a414 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 16 Jan 2019 18:51:51 +0100 Subject: [PATCH] Fix phpcs --- htdocs/compta/bank/treso.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/bank/treso.php b/htdocs/compta/bank/treso.php index 531de0d2d3e..bc9aa4e2c4c 100644 --- a/htdocs/compta/bank/treso.php +++ b/htdocs/compta/bank/treso.php @@ -290,7 +290,7 @@ if ($_REQUEST["account"] || $_REQUEST["ref"]) if($obj->family == 'invoice'){ $mc->getInfo($obj->entity); print "".$mc->label.""; - }else print ""; + }else print ""; } print "".$refcomp.""; if ($obj->total_ttc < 0) { print "".price(abs($total_ttc))." "; };