浏览代码

[Administration] Distributions > paiement : ajout 'Carte bancaire' en moyen de paiement #1481

feature/souke
Guillaume Bourgeois 11 个月前
父节点
当前提交
81898446fb
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. +5
    -0
      backend/views/distribution/index.php

+ 5
- 0
backend/views/distribution/index.php 查看文件

@@ -443,6 +443,11 @@ $this->setPageTitle('Distributions') ;
<span class="glyphicon glyphicon-euro"></span> {{ getLabelPaymentRefund(order, 'Payer', 'Rembourser', 'par virement') }}
</a>
</li>
<li>
<a href="javascript:void(0);" @click="orderPaymentClick" :data-id-order="order.id" :data-type="getTypePayment(order)" data-mean-payment="credit-card">
<span class="glyphicon glyphicon-euro"></span> {{ getLabelPaymentRefund(order, 'Payer', 'Rembourser', 'par carte bancaire') }}
</a>
</li>
</template>
</template>
<li>

正在加载...
取消
保存