This commit is contained in:
Naomi Aro 2013-07-29 08:59:04 -04:00
parent 7183396da5
commit c0206ff8f4
3 changed files with 21 additions and 21 deletions

View file

@ -190,7 +190,7 @@ class PlayouthistoryController extends Zend_Controller_Action
public function configureItemTemplateAction() {
$historyService = new Application_Service_HistoryService();
$historyService = new Application_Service_HistoryService();
$mandatoryFields = $historyService->mandatoryItemTemplate();
$this->view->required = $mandatoryFields;