Skip to content

Commit

Permalink
Merge pull request #221 from nobuhiko/fix#110
Browse files Browse the repository at this point in the history
fix #110 add break
  • Loading branch information
Chihiro Adachi committed Aug 17, 2018
2 parents ebe9617 + cbfa646 commit a124e60
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,7 @@ public function lfSetParamDefaultValue(&$arrCSVFrame)
break;
case 'stock_unlimited':
$arrCSVFrame[$key]['default'] = UNLIMITED_FLG_LIMITED;
break;
default:
break;
}
Expand Down

0 comments on commit a124e60

Please sign in to comment.