FIX: Missing interventions headers

This commit is contained in:
fmarcet 2015-07-29 13:04:12 +02:00
parent 5cea60cf58
commit bd46f87ed8
4 changed files with 4 additions and 5 deletions

View File

@ -949,7 +949,7 @@ $formfile = new FormFile($db);
if ($conf->contrat->enabled) if ($conf->contrat->enabled)
$formcontract = new FormContract($db); $formcontract = new FormContract($db);
llxHeader('',$langs->trans("Fichinter")); llxHeader('',$langs->trans("Intervention"));
if ($action == 'create') if ($action == 'create')
{ {

View File

@ -106,7 +106,7 @@ $formcompany = new FormCompany($db);
$contactstatic=new Contact($db); $contactstatic=new Contact($db);
$userstatic=new User($db); $userstatic=new User($db);
llxHeader(); llxHeader('',$langs->trans("Intervention"));
// Mode vue et edition // Mode vue et edition

View File

@ -81,8 +81,7 @@ include_once DOL_DOCUMENT_ROOT . '/core/tpl/document_actions_pre_headers.tpl.php
$form = new Form($db); $form = new Form($db);
llxHeader("","",$langs->trans("InterventionCard")); llxHeader('',$langs->trans("Intervention"));
if ($object->id) if ($object->id)
{ {

View File

@ -49,7 +49,7 @@ if ($id > 0)
* View * View
*/ */
llxHeader(); llxHeader('',$langs->trans("Intervention"));
$societe = new Societe($db); $societe = new Societe($db);
$societe->fetch($object->socid); $societe->fetch($object->socid);