FIX: Missing interventions headers
This commit is contained in:
parent
5cea60cf58
commit
bd46f87ed8
@ -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')
|
||||||
{
|
{
|
||||||
|
|||||||
@ -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
|
||||||
|
|
||||||
|
|||||||
@ -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)
|
||||||
{
|
{
|
||||||
|
|||||||
@ -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);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user