2
0
forked from Wavyzz/dolibarr

NEW If module salaries is on, you can set a hourly value for tome

consumed by users. Each time a user enter its time consumed on a
project, a calculation is done to provide the cost for human services.
This value appears into the "Transversal view" of project.
This commit is contained in:
Laurent Destailleur
2015-06-03 21:01:50 +02:00
parent 995645800e
commit dd8a0b849a
11 changed files with 240 additions and 52 deletions

View File

@@ -2717,6 +2717,7 @@ function print_titre($title)
* @param int $pictoisfullpath 1=Icon name is a full absolute url of image
* @param int $id To force an id on html objects
* @return void
* @deprecated Use print load_fiche_titre instead
*/
function print_fiche_titre($title, $mesg='', $picto='title_generic.png', $pictoisfullpath=0, $id='')
{