From 580c1a1899e6b5c0e60cef0240bbb859e4d6f0aa Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sat, 1 Feb 2003 20:23:36 +0000 Subject: [PATCH] change script perl name --- htdocs/compta/facture.php3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/facture.php3 b/htdocs/compta/facture.php3 index ba425b17c72..2e0eba975dd 100644 --- a/htdocs/compta/facture.php3 +++ b/htdocs/compta/facture.php3 @@ -493,7 +493,7 @@ else { print "
Génération de la facture
"; $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);