This commit is contained in:
KANE LAZENI 2026-07-01 21:23:21 +00:00
parent 212050b9d9
commit c958473eb4
2 changed files with 1 additions and 2 deletions

View File

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

View File

@ -21259,7 +21259,6 @@ function maj_beneficiaire(){
function imprimer_facture_definitive()
{
idFacture = $("#idFacture").val();
if (idFacture>"0")
{