change script perl name
This commit is contained in:
parent
8573a0a643
commit
580c1a1899
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user