<td>Facture</td> | <td>Facture</td> | ||||
<td>${orderDocument.reference}</td> | <td>${orderDocument.reference}</td> | ||||
<td> | <td> | ||||
<a :href="'./?entity=Document&action=downloadInvoice&id='+i" class="btn-sm btn-default">Télécharger</a> | |||||
<a :href="'./?entity=Document&action=downloadInvoice&id='+orderDocument.id" class="btn-sm btn-default">Télécharger</a> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
</template> | </template> |