Merge pull request #10120 from defrance/patch-127
scrutinizer major error
This commit is contained in:
commit
358be875e4
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
/* Copyright (C) 2012-2014 Charles-François BENKE <charles.fr@benke.fr>
|
/* Copyright (C) 2012-2018 Charlene BENKE <charlie@patas-monkey.com>
|
||||||
* Copyright (C) 2015 Frederic France <frederic.france@free.fr>
|
* Copyright (C) 2015 Frederic France <frederic.france@free.fr>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@ -82,6 +82,9 @@ class box_task extends ModeleBoxes
|
|||||||
$totalMnt = 0;
|
$totalMnt = 0;
|
||||||
$totalnb = 0;
|
$totalnb = 0;
|
||||||
$totalDuree=0;
|
$totalDuree=0;
|
||||||
|
$totalplannedtot=0;
|
||||||
|
$totaldurationtot=0;
|
||||||
|
|
||||||
include_once DOL_DOCUMENT_ROOT."/projet/class/task.class.php";
|
include_once DOL_DOCUMENT_ROOT."/projet/class/task.class.php";
|
||||||
$taskstatic=new Task($db);
|
$taskstatic=new Task($db);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user