瀏覽代碼

[Backend] Correctif id download documents

feature/export_comptable
Guillaume 4 年之前
父節點
當前提交
53214de4b9
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      ShopBundle/Resources/views/backend/order/macros.html.twig

+ 1
- 1
ShopBundle/Resources/views/backend/order/macros.html.twig 查看文件

@@ -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…
取消
儲存