fix travis error
This commit is contained in:
parent
24e780cb0c
commit
496379ced8
@ -24,7 +24,6 @@
|
|||||||
*/
|
*/
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/boxes/modules_boxes.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/boxes/modules_boxes.php';
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Class to manage the box to show last invoices
|
* Class to manage the box to show last invoices
|
||||||
*/
|
*/
|
||||||
@ -159,4 +158,4 @@ class box_factures extends ModeleBoxes
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
?>
|
||||||
@ -18,9 +18,7 @@
|
|||||||
* \file htdocs/core/boxes/box_activite.php
|
* \file htdocs/core/boxes/box_activite.php
|
||||||
* \ingroup projet
|
* \ingroup projet
|
||||||
* \brief Module to show Projet activity of the current Year
|
* \brief Module to show Projet activity of the current Year
|
||||||
* \version $Id: box_projet.php,v 1.1 2012/09/11 Charles-François BENKE
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
include_once(DOL_DOCUMENT_ROOT."/core/boxes/modules_boxes.php");
|
include_once(DOL_DOCUMENT_ROOT."/core/boxes/modules_boxes.php");
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@ -29,7 +29,6 @@ require_once(DOL_DOCUMENT_ROOT."/core/lib/date.lib.php");
|
|||||||
*/
|
*/
|
||||||
class box_task extends ModeleBoxes
|
class box_task extends ModeleBoxes
|
||||||
{
|
{
|
||||||
|
|
||||||
var $boxcode="projet";
|
var $boxcode="projet";
|
||||||
var $boximg="object_projecttask";
|
var $boximg="object_projecttask";
|
||||||
var $boxlabel;
|
var $boxlabel;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user