Ver código fonte

[Admin] Tarifs : erreur vue modules payants #1445

feature/souke
Guillaume Bourgeois 1 ano atrás
pai
commit
16179f10bd
2 arquivos alterados com 2 adições e 0 exclusões
  1. +1
    -0
      backend/controllers/ProducerController.php
  2. +1
    -0
      backend/views/producer/billing.php

+ 1
- 0
backend/controllers/ProducerController.php Ver arquivo

@@ -151,6 +151,7 @@ class ProducerController extends BackendController
]);

return $this->render('billing', [
'paidFeaturesArray' => $this->getFeatureModule()->getRepository()->findPaidFeatures(),
'dataProviderPrices' => $dataProviderPrices,
'producer' => $producer,
'alertFreePrice' => (isset($alertFreeprice)) ? true : false

+ 1
- 0
backend/views/producer/billing.php Ver arquivo

@@ -72,6 +72,7 @@ elseif($producerModule->isBillingTypeClassic($producer)) {
<?=

$this->render('@frontend/views/site/_prices_producer', [
'paidFeaturesArray' => $paidFeaturesArray,
'dataProviderPrices' => $dataProviderPrices
]);


Carregando…
Cancelar
Salvar