Pārlūkot izejas kodu

[Producer] Paramètres : correctifs option "Commander en tant que visiteur" #310

Obligation d'être connecté lors d'une commande dans un point de vente où le crédit est activé
refactoring
Guillaume Bourgeois pirms 2 gadiem
vecāks
revīzija
1bf23976ae
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      producer/views/order/order.php

+ 1
- 1
producer/views/order/order.php Parādīt failu

@@ -244,7 +244,7 @@ $producer = $this->context->getProducer();
</div>
</div>

<div v-if="!user && producer.credit == 1 && pointSale.credit == 1 && pointSale.credit_functioning == 'mandatory'">
<div v-if="!user && producer.credit == 1 && pointSale.credit == 1">
<a :href="urlLogin" class="btn btn-default">
<span class="glyphicon glyphicon-log-in"></span>
Connexion obligatoire

Notiek ielāde…
Atcelt
Saglabāt