Ignore:
Timestamp:
2009/06/15 20:24:30 (15 years ago)
Author:
kajiwara
Message:

#451 order_id の日本語名称を「注文番号」に統一。

File:
1 edited

Legend:

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

    r18036 r18115  
    409409        $this->objFormParam->addParam("顧客ID", "customer_id"); 
    410410        $this->objFormParam->addParam("現在のポイント", "point"); 
    411         $this->objFormParam->addParam("受注番号", "order_id"); 
     411        $this->objFormParam->addParam("注文番号", "order_id"); 
    412412        $this->objFormParam->addParam("受注日", "create_date"); 
    413413        $this->objFormParam->addParam("発送日", "commit_date"); 
Note: See TracChangeset for help on using the changeset viewer.