Ignore:
Timestamp:
2013/01/27 13:04:02 (11 years ago)
Author:
kim
Message:

#2060 メッセージIDの振り直し SC_Fpdf_008-021
008とPARAM_LABEL_DISCOUNTを統合
010とPARAM_LABEL_USE_POINTを統合
011とARAM_LABEL_ADD_POINTを統合
014とLC_Page_Admin_Order_Pdf_006,015とLC_Page_Admin_Order_Pdf_007,016とLC_Page_Admin_Order_Pdf_008を統合
018とFORMAT_NAME_FULL_SIR統合

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-multilang/data/class/pages/admin/order/LC_Page_Admin_Order_Edit.php

    r22408 r22411  
    307307 
    308308        // 受注商品情報 
    309         $objFormParam->addParam(t('PARAM_LABEL_DISCOUNT'), 'discount', INT_LEN, 'n', array('EXIST_CHECK', 'MAX_LENGTH_CHECK', 'NUM_CHECK'), '0'); 
     309        $objFormParam->addParam(t('c_Discount_01'), 'discount', INT_LEN, 'n', array('EXIST_CHECK', 'MAX_LENGTH_CHECK', 'NUM_CHECK'), '0'); 
    310310        $objFormParam->addParam(t('c_Shipping fee_01'), 'deliv_fee', INT_LEN, 'n', array('EXIST_CHECK', 'MAX_LENGTH_CHECK', 'NUM_CHECK'), '0'); 
    311311        $objFormParam->addParam(t('c_Processing fee_01'), 'charge', INT_LEN, 'n', array('EXIST_CHECK', 'MAX_LENGTH_CHECK', 'NUM_CHECK'), '0'); 
     
    313313        // ポイント機能ON時のみ 
    314314        if (USE_POINT !== false) { 
    315             $objFormParam->addParam(t('PARAM_LABEL_USE_POINT'), 'use_point', INT_LEN, 'n', array('EXIST_CHECK', 'MAX_LENGTH_CHECK', 'NUM_CHECK')); 
     315            $objFormParam->addParam(t('c_Used points_01'), 'use_point', INT_LEN, 'n', array('EXIST_CHECK', 'MAX_LENGTH_CHECK', 'NUM_CHECK')); 
    316316        } 
    317317 
     
    339339        $objFormParam->addParam(t('PARAM_LABEL_TOTAL'), 'total'); 
    340340        $objFormParam->addParam(t('PARAM_LABEL_PAYMENT_TOTAL'), 'payment_total'); 
    341         $objFormParam->addParam(t('PARAM_LABEL_ADD_POINT'), 'add_point'); 
     341        $objFormParam->addParam(t('c_Points added_01'), 'add_point'); 
    342342        $objFormParam->addParam(t('PARAM_LABEL_BIRTH_POINT'), 'birth_point', null, 'n', array(), 0); 
    343343        $objFormParam->addParam(t('PARAM_LABEL_TAX_TOTAL'), 'tax'); 
Note: See TracChangeset for help on using the changeset viewer.