We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1e1f2a commit 7c4668eCopy full SHA for 7c4668e
inc/reservation_item.class.php
@@ -289,7 +289,7 @@ static function showForItem(PluginGeststockReservation $resa) {
289
}
290
291
$i = $volume = $weight = $totvolume = $totweight = $j = 0;
292
- echo "<div class='center'>";
+ echo "<div>";
293
if ($canupdate && ($resa->fields['status'] < PluginGeststockReservation::RECEIPT)) {
294
Html::openMassiveActionsForm('mass'.__CLASS__.$rand);
295
$massiveactionparams = ['container' => 'mass'.__CLASS__.$rand];
0 commit comments