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_Disp.php

    r22408 r22411  
    169169 
    170170        // 受注商品情報 
    171         $objFormParam->addParam(t('PARAM_LABEL_DISCOUNT'), 'discount', INT_LEN, 'n', array('EXIST_CHECK', 'MAX_LENGTH_CHECK', 'NUM_CHECK'), '0'); 
     171        $objFormParam->addParam(t('c_Discount_01'), 'discount', INT_LEN, 'n', array('EXIST_CHECK', 'MAX_LENGTH_CHECK', 'NUM_CHECK'), '0'); 
    172172        $objFormParam->addParam(t('c_Shipping fee_01'), 'deliv_fee', INT_LEN, 'n', array('EXIST_CHECK', 'MAX_LENGTH_CHECK', 'NUM_CHECK'), '0'); 
    173173        $objFormParam->addParam(t('c_Processing fee_01'), 'charge', INT_LEN, 'n', array('EXIST_CHECK', 'MAX_LENGTH_CHECK', 'NUM_CHECK'), '0'); 
     
    175175        // ポイント機能ON時のみ 
    176176        if (USE_POINT !== false) { 
    177             $objFormParam->addParam(t('PARAM_LABEL_USE_POINT'), 'use_point', INT_LEN, 'n', array('EXIST_CHECK', 'MAX_LENGTH_CHECK', 'NUM_CHECK')); 
     177            $objFormParam->addParam(t('c_Used points_01'), 'use_point', INT_LEN, 'n', array('EXIST_CHECK', 'MAX_LENGTH_CHECK', 'NUM_CHECK')); 
    178178        } 
    179179 
     
    201201        $objFormParam->addParam(t('PARAM_LABEL_TOTAL'), 'total'); 
    202202        $objFormParam->addParam(t('PARAM_LABEL_PAYMENT_TOTAL'), 'payment_total'); 
    203         $objFormParam->addParam(t('PARAM_LABEL_ADD_POINT'), 'add_point'); 
     203        $objFormParam->addParam(t('c_Points added_01'), 'add_point'); 
    204204        $objFormParam->addParam(t('PARAM_LABEL_BIRTH_POINT'), 'birth_point'); 
    205205        $objFormParam->addParam(t('PARAM_LABEL_TAX_TOTAL'), 'tax'); 
Note: See TracChangeset for help on using the changeset viewer.