|
|
@@ -375,7 +375,7 @@ $producer = GlobalParam::getCurrentProducer() ; |
|
|
|
<textarea id="order-comment" v-model="comment" class="form-control"></textarea> |
|
|
|
</div> |
|
|
|
|
|
|
|
<template v-if="!checkCreditLimit(order) && pointSaleActive.credit_functioning == 'mandatory'"> |
|
|
|
<template v-if="producer.credit == 1 && !checkCreditLimit(order) && pointSaleActive.credit_functioning == 'mandatory'"> |
|
|
|
<div class="alert alert-danger">Vous devez <a href="<?= Yii::$app->urlManager->createUrl(['credit/add']) ?>">recharger votre crédit</a> ou supprimer des produits. Votre producteur n'autorise pas un crédit inférieur à <strong>{{ formatPrice(producer.credit_limit) }}</strong>.</div> |
|
|
|
|
|
|
|
<div class="block-actions"> |