Browse Source

[Admin] Tarifs : erreur vue modules payants #1445

feature/souke
Guillaume Bourgeois 1 year ago
parent
commit
16179f10bd
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      backend/controllers/ProducerController.php
  2. +1
    -0
      backend/views/producer/billing.php

+ 1
- 0
backend/controllers/ProducerController.php View File

]); ]);


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

+ 1
- 0
backend/views/producer/billing.php View File

<?= <?=


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



Loading…
Cancel
Save