Ignore:
Timestamp:
2014/01/08 10:28:19 (10 years ago)
Author:
undertree
Message:

#2411 非会員購入時に生年月日が登録されない 生年月日のprefixを調整

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/class/pages/shopping/LC_Page_Shopping.php

    r23300 r23315  
    408408 
    409409        // 複数項目チェック 
    410         $objErr->doFunc(array('生年月日', 'year', 'month', 'day'), array('CHECK_BIRTHDAY')); 
     410        $objErr->doFunc(array('生年月日', 'order_year', 'order_month', 'order_day'), array('CHECK_BIRTHDAY')); 
    411411        $objErr->doFunc(array('メールアドレス', 'メールアドレス(確認)', 'order_email', 'order_email02'), array('EQUAL_CHECK')); 
    412412 
     
    451451        } 
    452452        $objFormParam->setValue('order_email02', $arrOrderTemp['order_email']); 
    453         $objFormParam->setDBDate($arrOrderTemp['order_birth']); 
     453        $objFormParam->setDBDate($arrOrderTemp['order_birth'], 'order_year', 'order_month', 'order_day'); 
    454454    } 
    455455 
Note: See TracChangeset for help on using the changeset viewer.