Ignore:
Timestamp:
2010/09/22 13:23:00 (14 years ago)
Author:
eccuore
Message:

#792(ダウンロード販売機能) 入金日追加、規格対応(規格構成変更と並行で作業中なので、作業途中の部分有)

File:
1 edited

Legend:

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

    r18788 r18819  
    408408        $this->objFormParam->addParam("発送日", "commit_date"); 
    409409        $this->objFormParam->addParam("備考", "message"); 
     410        $this->objFormParam->addParam("入金日", "payment_date"); 
    410411    } 
    411412 
     
    463464            return $objErr->arrErr; 
    464465        } 
    465          
     466 
    466467        return $this->lfCheek(); 
    467468    } 
     
    545546        // 受注テーブルの更新 
    546547        $objQuery->update("dtb_order", $sqlval, $where, array($order_id)); 
    547          
     548 
    548549        // 受注テーブルの名称列を更新 
    549550        SC_Helper_DB_Ex::sfUpdateOrderNameCol($order_id); 
    550          
     551 
    551552        $arrDetail = $this->objFormParam->getSwapArray(array("product_id", "product_code", "product_name", "price", "quantity", "point_rate", "classcategory_id1", "classcategory_id2", "classcategory_name1", "classcategory_name2")); 
    552553 
Note: See TracChangeset for help on using the changeset viewer.