ソースを参照

[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

読み込み中…
キャンセル
保存