Update multicurrency_rate.php

This commit is contained in:
Laurent Destailleur 2021-04-19 21:15:09 +02:00 committed by GitHub
parent 31a3c623f4
commit 3836481a1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -530,7 +530,7 @@ if ($resql) {
print $hookmanager->resPrint;
// Action
print '<td class="nowrap " >';
print '<td class="nowraponall">';
if ($massactionbutton || $massaction) { // If we are in select mode (massactionbutton defined) or if we have already selected and sent an action ($massaction) defined
$selected = 0;
if (in_array($obj->rowid, $arrayofselected)) $selected = 1;