Skip to content

Commit

Permalink
コメント対応
Browse files Browse the repository at this point in the history
  • Loading branch information
nobuhiko committed Dec 23, 2024
1 parent 3148975 commit 97a6322
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1388,6 +1388,7 @@ public function hasSubProductData($arrSubProductData)
|| SC_Utils_Ex::isBlank($arrSubProductData['temp_sub_image'.$i]) == false
|| SC_Utils_Ex::isBlank($arrSubProductData['temp_sub_large_image'.$i]) == false
|| $arrSubProductData['image_key'] == 'sub_image'.$i
|| $arrSubProductData['image_key'] == 'sub_large_image'.$i
) {
$has_subproduct_data = true;
break;
Expand Down

0 comments on commit 97a6322

Please sign in to comment.