Переглянути джерело

[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 2 роки тому
джерело
коміт
1bf23976ae
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      producer/views/order/order.php

+ 1
- 1
producer/views/order/order.php Переглянути файл

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

Завантаження…
Відмінити
Зберегти