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

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

Loading…
Cancel
Save