Browse Source

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

feature/souke
Guillaume Bourgeois 11 months ago
parent
commit
81898446fb
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      backend/views/distribution/index.php

+ 5
- 0
backend/views/distribution/index.php View File

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

Loading…
Cancel
Save