Skip to content

Commit

Permalink
Fix issue of EC-CUBE#245
Browse files Browse the repository at this point in the history
mtb_delivery_dateの内容と合うようにコメント部分を修正。
refs EC-CUBE#245
  • Loading branch information
SHUTTA, Takafumi committed Mar 3, 2019
1 parent 19a4124 commit 893daf4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/class/helper/SC_Helper_Purchase.php
Original file line number Diff line number Diff line change
Expand Up @@ -588,19 +588,19 @@ public function getDelivDate(&$objCartSess, $productTypeId)
case '3':
$start_day = 5;
break;
//1週間以内
//1週間以降
case '4':
$start_day = 8;
break;
//2週間以内
//2週間以降
case '5':
$start_day = 15;
break;
//3週間以内
//3週間以降
case '6':
$start_day = 22;
break;
//1ヶ月以内
//1ヶ月以降
case '7':
$start_day = 32;
break;
Expand Down

0 comments on commit 893daf4

Please sign in to comment.