mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
FIX edition notes
This commit is contained in:
@@ -63,7 +63,7 @@ if (!empty($conf->global->MAIN_AUTO_TIMESTAMP_IN_PRIVATE_NOTES)) {
|
||||
|
||||
// Special cases
|
||||
if ($module == 'propal') {
|
||||
$permission = $user->hasRight("propale", "creer");
|
||||
$permission = $user->hasRight("propal", "creer");
|
||||
} elseif ($module == 'supplier_proposal') {
|
||||
$permission = $user->hasRight("supplier_proposal", "creer");
|
||||
} elseif ($module == 'fichinter') {
|
||||
|
||||
Reference in New Issue
Block a user