change script perl name

This commit is contained in:
Rodolphe Quiedeville 2003-02-01 20:23:36 +00:00
parent 8573a0a643
commit 580c1a1899

View File

@ -493,7 +493,7 @@ else
{
print "<hr><b>Génération de la facture</b><br>";
$command = "export DBI_DSN=\"dbi:mysql:dbname=".$conf->db->name."\" ";
$command .= " ; ./tex-facture.pl --html -vv --facture=$facid --pdf --output=".$conf->facture->outputdir;
$command .= " ; ./texfacture.pl --html -vv --facture=$facid --pdf --output=".$conf->facture->outputdir;
$command .= " --templates=".$conf->facture->templatesdir;
$output = system($command);