commit
7ececbb174
@ -359,7 +359,9 @@ if ($action == 'confirm_clone' && $confirm == 'yes' && ($user->rights->salaries-
|
||||
* View
|
||||
*/
|
||||
|
||||
llxHeader("", $langs->trans("Salary"));
|
||||
$title = $langs->trans('Salary')." - ".$langs->trans('Card');
|
||||
$help_url = "";
|
||||
llxHeader("", $title, $help_url);
|
||||
|
||||
$form = new Form($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);
|
||||
|
||||
llxHeader("", $langs->trans("SalaryPayment"));
|
||||
$title = $langs->trans('Salary')." - ".$langs->trans('Documents');
|
||||
$help_url = "";
|
||||
llxHeader("", $title, $help_url);
|
||||
|
||||
if ($object->id) {
|
||||
$object->fetch_thirdparty();
|
||||
|
||||
@ -53,7 +53,9 @@ restrictedArea($user, 'salaries', $object->id, 'salary', '');
|
||||
* View
|
||||
*/
|
||||
|
||||
llxHeader("", $langs->trans("SalaryPayment"));
|
||||
$title = $langs->trans('Salary')." - ".$langs->trans('Info');
|
||||
$help_url = "";
|
||||
llxHeader("", $title, $help_url);
|
||||
|
||||
$object = new Salary($db);
|
||||
$object->fetch($id);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user