forked from Wavyzz/dolibarr
Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into 22.0
This commit is contained in:
@@ -869,7 +869,7 @@ if ($num > 0) {
|
|||||||
print '</td>';
|
print '</td>';
|
||||||
// Warning late icon and note
|
// Warning late icon and note
|
||||||
print '<td class="nobordernopadding nowrap">';
|
print '<td class="nobordernopadding nowrap">';
|
||||||
if ($expensereportstatic->status == 2 && $expensereportstatic->hasDelay('toappove')) {
|
if ($expensereportstatic->status == 2 && $expensereportstatic->hasDelay('toapprove')) {
|
||||||
print img_warning($langs->trans("Late"));
|
print img_warning($langs->trans("Late"));
|
||||||
}
|
}
|
||||||
if ($expensereportstatic->status == 5 && $expensereportstatic->hasDelay('topay')) {
|
if ($expensereportstatic->status == 5 && $expensereportstatic->hasDelay('topay')) {
|
||||||
|
|||||||
Reference in New Issue
Block a user