commit
7ececbb174
@ -359,7 +359,9 @@ if ($action == 'confirm_clone' && $confirm == 'yes' && ($user->rights->salaries-
|
|||||||
* View
|
* View
|
||||||
*/
|
*/
|
||||||
|
|
||||||
llxHeader("", $langs->trans("Salary"));
|
$title = $langs->trans('Salary')." - ".$langs->trans('Card');
|
||||||
|
$help_url = "";
|
||||||
|
llxHeader("", $title, $help_url);
|
||||||
|
|
||||||
$form = new Form($db);
|
$form = new Form($db);
|
||||||
if (!empty($conf->projet->enabled)) $formproject = new FormProjets($db);
|
if (!empty($conf->projet->enabled)) $formproject = new FormProjets($db);
|
||||||
|
|||||||
@ -91,7 +91,9 @@ include DOL_DOCUMENT_ROOT.'/core/actions_linkedfiles.inc.php';
|
|||||||
|
|
||||||
$form = new Form($db);
|
$form = new Form($db);
|
||||||
|
|
||||||
llxHeader("", $langs->trans("SalaryPayment"));
|
$title = $langs->trans('Salary')." - ".$langs->trans('Documents');
|
||||||
|
$help_url = "";
|
||||||
|
llxHeader("", $title, $help_url);
|
||||||
|
|
||||||
if ($object->id) {
|
if ($object->id) {
|
||||||
$object->fetch_thirdparty();
|
$object->fetch_thirdparty();
|
||||||
|
|||||||
@ -53,7 +53,9 @@ restrictedArea($user, 'salaries', $object->id, 'salary', '');
|
|||||||
* View
|
* View
|
||||||
*/
|
*/
|
||||||
|
|
||||||
llxHeader("", $langs->trans("SalaryPayment"));
|
$title = $langs->trans('Salary')." - ".$langs->trans('Info');
|
||||||
|
$help_url = "";
|
||||||
|
llxHeader("", $title, $help_url);
|
||||||
|
|
||||||
$object = new Salary($db);
|
$object = new Salary($db);
|
||||||
$object->fetch($id);
|
$object->fetch($id);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user