Repose sur champs identité pour les membres + facture_pdf.php -> pdf.php

This commit is contained in:
Noizette 2020-10-24 09:19:21 +02:00
parent e5ff2e8cd7
commit aeac847646
9 changed files with 18 additions and 44 deletions

View file

@ -8,10 +8,10 @@
<button type="button" class="btn btn-primary">Modifier ce document</button></a>
{/if}
<a href="{plugin_url file="facture_pdf.php"}?d&id={$facture.id}">
<a href="{plugin_url file="pdf.php"}?d&id={$facture.id}">
<button type="button" class="btn btn-primary">Télécharger ce document</button></a>
<div>
<embed src="facture_pdf.php?id={$id}" type="application/pdf" width="100%" height="800px;" style="max-width: 900px;">
<embed src="pdf.php?id={$id}" type="application/pdf" width="100%" height="800px;" style="max-width: 900px;">
</div>
{include file="admin/_foot.tpl"}