diff --git a/app/bundles/LeadBundle/Views/Field/index.html.php b/app/bundles/LeadBundle/Views/Field/index.html.php index 0ac3b5b0fb3..c4bc2e7dd43 100644 --- a/app/bundles/LeadBundle/Views/Field/index.html.php +++ b/app/bundles/LeadBundle/Views/Field/index.html.php @@ -14,7 +14,7 @@ 'templateButtons' => array( 'new' => true ), - 'routeBase' => 'leadfield', + 'routeBase' => 'contactfield', 'langVar' => 'lead.field' ))); ?> @@ -24,7 +24,7 @@ 'searchValue' => $searchValue, 'action' => $currentRoute, 'langVar' => 'lead.field', - 'routeBase' => 'leadfield', + 'routeBase' => 'contactfield', 'templateButtons' => array( 'delete' => $permissions['lead:fields:full'] ) diff --git a/app/bundles/LeadBundle/Views/Field/list.html.php b/app/bundles/LeadBundle/Views/Field/list.html.php index 19ea31a5a96..4138ad3a30b 100644 --- a/app/bundles/LeadBundle/Views/Field/list.html.php +++ b/app/bundles/LeadBundle/Views/Field/list.html.php @@ -42,7 +42,7 @@ 'clone' => true, 'delete' => $item->isFixed() ? false : true, ), - 'routeBase' => 'leadfield', + 'routeBase' => 'contactfield', 'langVar' => 'lead.field', 'pull' => 'left' ));