Changeset 17385


Ignore:
Timestamp:
2008/06/30 16:00:30 (16 years ago)
Author:
satou
Message:

#316 [管理>商品管理>商品マスタ]商品CSVで規格名が空になる不具合を改修。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2/data/class/helper/SC_Helper_CSV.php

    r17316 r17385  
    114114 
    115115        // 規格分類名一覧 
    116         if (!empty($arrOutputCols['classcategory_id1']) || !empty($arrOutputCols['classcategory_id2'])) { 
     116        if (in_array('classcategory_id1', $arrOutputCols) || in_array('classcategory_id2', $arrOutputCols)) { 
    117117            $arrClassCatName = $objDb->sfGetIDValueList("dtb_classcategory", "classcategory_id", "name"); 
    118118        } 
Note: See TracChangeset for help on using the changeset viewer.