FIX error travis
This commit is contained in:
parent
56d4a8a737
commit
a0d5607ba5
@ -291,8 +291,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>"; };
|
||||||
|
|||||||
@ -110,7 +110,6 @@ function tax_by_thirdparty($type, $db, $y, $date_start, $date_end, $modetax, $di
|
|||||||
$paymenttable='paiement';
|
$paymenttable='paiement';
|
||||||
$paymentfacturetable='paiement_facture';
|
$paymentfacturetable='paiement_facture';
|
||||||
$invoicefieldref='facnumber';
|
$invoicefieldref='facnumber';
|
||||||
|
|
||||||
}
|
}
|
||||||
if ($direction == 'buy')
|
if ($direction == 'buy')
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user