This commit is contained in:
KANE LAZENI 2026-06-12 19:59:51 +00:00
parent c7145b5d46
commit 6107a368db
2 changed files with 2 additions and 2 deletions

View File

@ -305,7 +305,7 @@ class ControleurAjaximprimerfacturedefinitivepha extends Controleurrequete
$fichier="Temp/TMP_FACTURE_DEFINITIVE"."_".uniqid().".pdf"; $fichier="Temp/TMP_FACTURE_DEFINITIVE"."_".uniqid().".pdf";
$pdf->Output($fichier, "F"); $pdf->Output($fichier, "F");
$pdf->pdf->SetTitle($fichier); $pdf->pdf->SetTitle($fichier);
$t_html =' <div id ="div_export_a" class="alert alert-info"> '; $t_html =' <div id ="div_export_a" class="alert alert-info" style="text-align: center;"> ';
$t_html .=' <a style="font-size:15pt;" href="'.$fichier.'" target="_blank" > TELECHARGER </a> '; $t_html .=' <a style="font-size:15pt;" href="'.$fichier.'" target="_blank" > TELECHARGER </a> ';
$t_html .=' </div> '; $t_html .=' </div> ';
echo $t_html; echo $t_html;

View File

@ -23225,7 +23225,7 @@ function getstatutacte(codeActe="")
alert_ebene(v_msg, v_msgEng); alert_ebene(v_msg, v_msgEng);
$("#codeActe").focus(); $("#codeActe").focus();
return; return;
} }imprimer_facture_definitive_pha
donnees = 'codeActe='+codeActe+'&datePrestation='+datePrestation; donnees = 'codeActe='+codeActe+'&datePrestation='+datePrestation;