mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix Title salary info card
This commit is contained in:
parent
c3c760c269
commit
91b8b6a600
|
|
@ -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