Skip to content

Commit

Permalink
fix #110 add break
Browse files Browse the repository at this point in the history
  • Loading branch information
nobuhiko committed Aug 16, 2018
1 parent 8d71efa commit cbfa646
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 cbfa646

Please sign in to comment.