Explorar el Código

[Espace producteur] Correctif mentions légales / conditions générales de vente

feature/souke
Guillaume Bourgeois hace 1 año
padre
commit
f0c2b73e49
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      producer/controllers/SiteController.php

+ 2
- 2
producer/controllers/SiteController.php Ver fichero

@@ -225,7 +225,7 @@ class SiteController extends ProducerBaseController
*/
public function actionMentions()
{
$producer = GlobalParam::getCurrentProducer();
$producer = $this->getProducerCurrent();

if (!strlen($producer->mentions)) {
throw new \yii\base\UserException('Mentions légales introuvables.');
@@ -241,7 +241,7 @@ class SiteController extends ProducerBaseController
*/
public function actionGcs()
{
$producer = GlobalParam::getCurrentProducer();
$producer = $this->getProducerCurrent();

if (!strlen($producer->gcs)) {
throw new \yii\base\UserException('Conditions générales de vente introuvables.');

Cargando…
Cancelar
Guardar