dolibarr  16.0.1
Functions | Variables
position.php File Reference

Page to create/edit/view position. More...

Go to the source code of this file.

Functions

 DisplayPositionList ()
 Show a list of positions for the current job. More...
 

Variables

if($job->id > 0 &&(empty($action)||($action!=
'edit'&&$action!= 'create'))) 
DisplayJob ($object)
 Show the top of the page including informations of a job. More...
 

Detailed Description

Page to create/edit/view position.

Definition in file position.php.

Function Documentation

DisplayPositionList ( )

Variable Documentation

if ($job->id > 0 &&(empty($action)||($action!= 'edit'&&$action!= 'create'))) DisplayJob($object)

Show the top of the page including informations of a job.

Parameters
Job$objectJob object
Returns
void

Definition at line 205 of file position.php.