@@ -153,7 +153,7 @@ class ProducerAdminController extends BackendController | |||
], | |||
]); | |||
return $this->render('facturation', [ | |||
return $this->render('billing', [ | |||
'dataProviderInvoice' => $dataProviderInvoice, | |||
]); | |||
} |
@@ -177,8 +177,8 @@ if(!Yii::$app->user->isGuest) { | |||
], | |||
[ | |||
'label' => '<span class="glyphicon glyphicon-euro"></span> Facturation', | |||
'url' => ['producer-admin/facturation'], | |||
'visible' => !Yii::$app->user->isGuest, | |||
'url' => ['producer-admin/billing'], | |||
'visible' => false, | |||
], | |||
] | |||
]; |