Fixing style errors.
This commit is contained in:
parent
70e8210339
commit
5f298f7f69
@ -158,8 +158,8 @@ if (empty($reshook)) {
|
|||||||
|
|
||||||
// Mass actions
|
// Mass actions
|
||||||
$objectclass = 'AccountingAccount';
|
$objectclass = 'AccountingAccount';
|
||||||
$permissiontoread = $user->hasRight('accounting','read');
|
$permissiontoread = $user->hasRight('accounting', 'read');
|
||||||
$permissiontodelete = $user->hasRight('accounting','delete');
|
$permissiontodelete = $user->hasRight('accounting', 'delete');
|
||||||
$uploaddir = $conf->accounting->dir_output;
|
$uploaddir = $conf->accounting->dir_output;
|
||||||
include DOL_DOCUMENT_ROOT.'/core/actions_massactions.inc.php';
|
include DOL_DOCUMENT_ROOT.'/core/actions_massactions.inc.php';
|
||||||
}
|
}
|
||||||
|
|||||||
@ -150,8 +150,8 @@ if (empty($reshook)) {
|
|||||||
// Mass actions
|
// Mass actions
|
||||||
$objectclass = 'ExpenseReport';
|
$objectclass = 'ExpenseReport';
|
||||||
$objectlabel = 'ExpenseReport';
|
$objectlabel = 'ExpenseReport';
|
||||||
$permissiontoread = $user->hasRight('accounting','read');
|
$permissiontoread = $user->hasRight('accounting', 'read');
|
||||||
$permissiontodelete = $user->hasRight('accounting','delete');
|
$permissiontodelete = $user->hasRight('accounting', 'delete');
|
||||||
$uploaddir = $conf->expensereport->dir_output;
|
$uploaddir = $conf->expensereport->dir_output;
|
||||||
include DOL_DOCUMENT_ROOT . '/core/actions_massactions.inc.php';
|
include DOL_DOCUMENT_ROOT . '/core/actions_massactions.inc.php';
|
||||||
}
|
}
|
||||||
|
|||||||
@ -161,8 +161,8 @@ if (empty($reshook)) {
|
|||||||
|
|
||||||
// Mass actions
|
// Mass actions
|
||||||
$objectclass = 'AccountingAccount';
|
$objectclass = 'AccountingAccount';
|
||||||
$permissiontoread = $user->hasRight('accounting','read');
|
$permissiontoread = $user->hasRight('accounting', 'read');
|
||||||
$permissiontodelete = $user->hasRight('accounting','delete');
|
$permissiontodelete = $user->hasRight('accounting', 'delete');
|
||||||
$uploaddir = $conf->accounting->dir_output;
|
$uploaddir = $conf->accounting->dir_output;
|
||||||
include DOL_DOCUMENT_ROOT.'/core/actions_massactions.inc.php';
|
include DOL_DOCUMENT_ROOT.'/core/actions_massactions.inc.php';
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user