Ignore:
Timestamp:
2013/01/28 18:12:19 (11 years ago)
Author:
m_uehara
Message:

#2060 メッセージIDの振り直し

File:
1 edited

Legend:

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

    r22437 r22453  
    599599                $class_name2 = $arrValues['classcategory_name2'][$i]; 
    600600                $class_name2 = SC_Utils_Ex::isBlank($class_name2) ? t('LC_Page_Admin_Order_Edit_004') : $class_name2;                 
    601                 $arrErr['quantity'][$i] .= t('LC_Page_Admin_Order_Edit_005', array('%s1' => $arrValues['product_name'][$i], '%s2' => $class_name1,'%s3' => $class_name2, '%s4' => ($arrOrderDetail['quantity'][$i] + $arrProduct['stock']))); 
     601                $arrErr['quantity'][$i] .= t('LC_Page_Admin_Order_Edit_005', array('T_ARG1' => $arrValues['product_name'][$i], 'T_ARG2' => $class_name1,'T_ARG3' => $class_name2, 'T_ARG4' => ($arrOrderDetail['quantity'][$i] + $arrProduct['stock']))); 
    602602            } 
    603603        } 
Note: See TracChangeset for help on using the changeset viewer.