Skip to content

Commit d05abce

Browse files
committed
FIX edition notes
1 parent cba92c8 commit d05abce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

htdocs/core/tpl/notes.tpl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363

6464
// Special cases
6565
if ($module == 'propal') {
66-
$permission = $user->hasRight("propale", "creer");
66+
$permission = $user->hasRight("propal", "creer");
6767
} elseif ($module == 'supplier_proposal') {
6868
$permission = $user->hasRight("supplier_proposal", "creer");
6969
} elseif ($module == 'fichinter') {

0 commit comments

Comments
 (0)