Merge branch '6.0' of git@github.com:Dolibarr/dolibarr.git into 7.0
Conflicts: htdocs/holiday/define_holiday.php
This commit is contained in:
commit
8e3df45cbf
@ -357,7 +357,7 @@ else
|
|||||||
print '<td>';
|
print '<td>';
|
||||||
if ($canedit) print '<input type="text"'.($canedit?'':' disabled="disabled"').' class="maxwidthonsmartphone" value="" name="note_holiday['.$users['rowid'].']" size="30"/>';
|
if ($canedit) print '<input type="text"'.($canedit?'':' disabled="disabled"').' class="maxwidthonsmartphone" value="" name="note_holiday['.$users['rowid'].']" size="30"/>';
|
||||||
print '</td>';
|
print '</td>';
|
||||||
|
|
||||||
// Button modify
|
// Button modify
|
||||||
print '<td>';
|
print '<td>';
|
||||||
if (! empty($user->rights->holiday->define_holiday)) // Allowed to set the balance of any user
|
if (! empty($user->rights->holiday->define_holiday)) // Allowed to set the balance of any user
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user