|  | @@ -211,7 +211,7 @@ | 
                                                    
                                                        |  |  |  block discarded – undo | 
                                                                                                                                                                                                                    
                                                            | 211 | 211 |                              } | 
                                                                                                            
                                                            | 212 | 212 |   | 
                                                                                                            
                                                            | 213 | 213 |                              if (isset($row[$headerByKey['product_del_flg']])) { | 
                                                                                                            
                                                            | 214 |  | -                                if (StringUtil::isNotBlank($row[$headerByKey['product_del_flg']]) && $row[$headerByKey['product_del_flg']] == (string)Constant::ENABLED) { | 
                                                                                                            
                                                            |  | 214 | +                                if (StringUtil::isNotBlank($row[$headerByKey['product_del_flg']]) && $row[$headerByKey['product_del_flg']] == (string) Constant::ENABLED) { | 
                                                                                                            
                                                            | 215 | 215 |                                      // 商品を物理削除 | 
                                                                                                            
                                                            | 216 | 216 |                                      $deleteImages[] = $Product->getProductImage(); | 
                                                                                                            
                                                            | 217 | 217 |   | 
                                                                                                                                                
                                         
                                        
                                            
                                                                                                    Please login to merge, or discard this patch.