Pārlūkot izejas kodu

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

feature/souke
Guillaume Bourgeois pirms 1 gada
vecāks
revīzija
81898446fb
1 mainītis faili ar 5 papildinājumiem un 0 dzēšanām
  1. +5
    -0
      backend/views/distribution/index.php

+ 5
- 0
backend/views/distribution/index.php Parādīt failu

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

Notiek ielāde…
Atcelt
Saglabāt