a
This commit is contained in:
parent
c7145b5d46
commit
6107a368db
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user