Completed
Push — master ( 23a034...88b811 )
by chihiro
16:38
created
src/Eccube/Service/CartService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -285,7 +285,7 @@
 block discarded – undo
285 285
                 $this->addError('cart.over.sale_limit', $productName);
286 286
             } else {
287 287
                 $tmp_quantity = $ProductClass->getStock();
288
-                $this->addError('cart.over.stock',  $productName);
288
+                $this->addError('cart.over.stock', $productName);
289 289
             }
290 290
         }
291 291
         if ($ProductClass->getSaleLimit() && $quantity > $ProductClass->getSaleLimit()) {
Please login to merge, or discard this patch.