Ignore:
Timestamp:
2007/10/29 16:27:29 (16 years ago)
Author:
naka
Message:

売上、売上キャンセルの表示改良

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-paygent/html/admin/order/index.php

    r14902 r16589  
    77require_once("../require.php"); 
    88require_once("./index_csv.php"); 
     9 
     10if(file_exists(MODULE_PATH . 'mdl_paygent/mdl_paygent.inc')) { 
     11    require_once(MODULE_PATH . 'mdl_paygent/mdl_paygent.inc'); 
     12} 
    913 
    1014class LC_Page { 
     
    2933$conn = new SC_DBConn(); 
    3034$objPage = new LC_Page(); 
     35 
     36if(function_exists("sfPaygentOrderPage")) { 
     37    $objPage = sfPaygentOrderPage($objPage); 
     38} 
     39 
    3140$objView = new SC_AdminView(); 
    3241$objSess = new SC_Session(); 
Note: See TracChangeset for help on using the changeset viewer.