Selaa lähdekoodia

[Backend] Correctif id download documents

feature/export_comptable
Guillaume 4 vuotta sitten
vanhempi
commit
53214de4b9
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      ShopBundle/Resources/views/backend/order/macros.html.twig

+ 1
- 1
ShopBundle/Resources/views/backend/order/macros.html.twig Näytä tiedosto

@@ -424,7 +424,7 @@
<td>Facture</td>
<td>${orderDocument.reference}</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>
</tr>
</template>

Loading…
Peruuta
Tallenna