mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Gestion des expeditions
This commit is contained in:
parent
919e3d9b8e
commit
0401445e0f
|
|
@ -109,6 +109,17 @@ if ($modulepart)
|
|||
$original_file=$conf->societe->dir_output.'/'.$original_file;
|
||||
}
|
||||
|
||||
// Wrapping pour les expedition
|
||||
if ($modulepart == 'expedition')
|
||||
{
|
||||
$user->getrights('expedition');
|
||||
if ($user->rights->expedition->lire)
|
||||
{
|
||||
$accessallowed=1;
|
||||
}
|
||||
$original_file=$conf->expedition->dir_output.'/'.$original_file;
|
||||
}
|
||||
|
||||
// Wrapping pour la telephonie
|
||||
if ($modulepart == 'telephonie')
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user