Update modules_holiday.php

This commit is contained in:
Frédéric FRANCE 2018-08-13 17:25:41 +02:00 committed by GitHub
parent 6a8ed56c3d
commit 0b5a87a443
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@
/**
* Parent class to manage intervention document templates
* Parent class to manage holidays document templates
*/
abstract class ModelePDFHoliday extends CommonDocGenerator
{
@ -52,7 +52,7 @@ abstract class ModelePDFHoliday extends CommonDocGenerator
{
global $conf;
$type='contract';
$type = 'holiday';
$liste=array();
include_once DOL_DOCUMENT_ROOT.'/core/lib/functions2.lib.php';
@ -64,7 +64,7 @@ abstract class ModelePDFHoliday extends CommonDocGenerator
/**
* Parent class for all contract numbering modules
* Parent class for all holidays numbering modules
*/
class ModelNumRefHolidays
{