Skip to content

Commit 7c4668e

Browse files
committed
fix display
1 parent e1e1f2a commit 7c4668e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/reservation_item.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ static function showForItem(PluginGeststockReservation $resa) {
289289
}
290290

291291
$i = $volume = $weight = $totvolume = $totweight = $j = 0;
292-
echo "<div class='center'>";
292+
echo "<div>";
293293
if ($canupdate && ($resa->fields['status'] < PluginGeststockReservation::RECEIPT)) {
294294
Html::openMassiveActionsForm('mass'.__CLASS__.$rand);
295295
$massiveactionparams = ['container' => 'mass'.__CLASS__.$rand];

0 commit comments

Comments
 (0)