mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
phpcs
This commit is contained in:
parent
e6cb8b6d0e
commit
f5eeb93350
|
|
@ -149,7 +149,7 @@ if ($resql) {
|
|||
foreach ($listofstatus as $status) {
|
||||
if (!$conf->use_javascript_ajax) {
|
||||
print '<tr class="oddeven">';
|
||||
print '<td>'.$fichinterstatic->LibStatut($status, $bool, 0).'</td>';
|
||||
print '<td>'.$fichinterstatic->LibStatut($status, 0).'</td>';
|
||||
print '<td class="right"><a href="list.php?search_status='.$status.'">'.(isset($vals[$status]) ? $vals[$status] : 0).' ';
|
||||
print $fichinterstatic->LibStatut($status, 3);
|
||||
print '</a>';
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user