FIX error travis

This commit is contained in:
atm-quentin 2018-11-16 15:29:05 +01:00
parent 56d4a8a737
commit a0d5607ba5
2 changed files with 1 additions and 3 deletions

View File

@ -291,8 +291,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>"; };

View File

@ -110,7 +110,6 @@ function tax_by_thirdparty($type, $db, $y, $date_start, $date_end, $modetax, $di
$paymenttable='paiement';
$paymentfacturetable='paiement_facture';
$invoicefieldref='facnumber';
}
if ($direction == 'buy')
{