], | ], | ||||
]); | ]); | ||||
return $this->render('facturation', [ | |||||
return $this->render('billing', [ | |||||
'dataProviderInvoice' => $dataProviderInvoice, | 'dataProviderInvoice' => $dataProviderInvoice, | ||||
]); | ]); | ||||
} | } |
], | ], | ||||
[ | [ | ||||
'label' => '<span class="glyphicon glyphicon-euro"></span> Facturation', | 'label' => '<span class="glyphicon glyphicon-euro"></span> Facturation', | ||||
'url' => ['producer-admin/facturation'], | |||||
'visible' => !Yii::$app->user->isGuest, | |||||
'url' => ['producer-admin/billing'], | |||||
'visible' => false, | |||||
], | ], | ||||
] | ] | ||||
]; | ]; |