Explorar el Código

[Backend] Correctif id download documents

feature/export_comptable
Guillaume hace 4 años
padre
commit
53214de4b9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      ShopBundle/Resources/views/backend/order/macros.html.twig

+ 1
- 1
ShopBundle/Resources/views/backend/order/macros.html.twig Ver fichero

@@ -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>

Cargando…
Cancelar
Guardar