Browse Source

[Backend] Correctif id download documents

feature/export_comptable
Guillaume 4 years ago
parent
commit
53214de4b9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ShopBundle/Resources/views/backend/order/macros.html.twig

+ 1
- 1
ShopBundle/Resources/views/backend/order/macros.html.twig View File

@@ -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…
Cancel
Save