Nettoyage du code
This commit is contained in:
parent
ebd0247f00
commit
a2fa046b26
@ -773,7 +773,6 @@ else
|
|||||||
|
|
||||||
$file = FAC_OUTPUTDIR . "/" . $obj->facnumber . "/" . $obj->facnumber . ".pdf";
|
$file = FAC_OUTPUTDIR . "/" . $obj->facnumber . "/" . $obj->facnumber . ".pdf";
|
||||||
|
|
||||||
|
|
||||||
if (file_exists($file))
|
if (file_exists($file))
|
||||||
{
|
{
|
||||||
print "<tr $bc[0]><td>Facture PDF</a></td>";
|
print "<tr $bc[0]><td>Facture PDF</a></td>";
|
||||||
@ -797,8 +796,7 @@ else
|
|||||||
}
|
}
|
||||||
|
|
||||||
print "</table>\n";
|
print "</table>\n";
|
||||||
print "</td>";
|
print '</td><td valign="top" width="50%">';
|
||||||
print '<td valign="top" width="50%">';
|
|
||||||
print_titre("Actions");
|
print_titre("Actions");
|
||||||
/*
|
/*
|
||||||
* Liste des actions
|
* Liste des actions
|
||||||
@ -843,8 +841,7 @@ else
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
print "</td></tr>";
|
print "</td></tr></table>";
|
||||||
print "</table>";
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
*
|
*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user