Changeset 19450


Ignore:
Timestamp:
2010/11/07 03:04:03 (13 years ago)
Author:
kajiwara
Message:

確認画面をなくす施策

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/camp/camp-2_5-C/data/class/pages/admin/products/LC_Page_Admin_Products_Product.php

    r19419 r19450  
    175175                // エラーなしの場合 
    176176                if(count($this->arrErr) == 0) { 
    177                     $this->lfProductConfirmPage(); // 確認ページ 
    178                 } else { 
    179                     $this->lfProductPage();     // 商品登録ページ 
    180                 } 
     177                    //$this->lfProductConfirmPage(); // 確認ページ 
     178                    $this->tpl_mainpage = 'products/complete.tpl'; 
     179 
     180                    $this->arrForm['product_id'] = $this->lfRegistProduct($_POST);      // データ登録 
     181 
     182                    // 件数カウントバッチ実行 
     183                    $objDb->sfCategory_Count($objQuery); 
     184                    $objDb->sfMaker_Count($objQuery); 
     185                    // 一時ファイルを本番ディレクトリに移動する 
     186                    $this->objUpFile->moveTempFile(); 
     187                    $this->objDownFile->moveTempDownFile(); 
     188                    } else { 
     189                        $this->lfProductPage();     // 商品登録ページ 
     190                    } 
    181191                break; 
    182192            // 確認ページから完了ページへ 
Note: See TracChangeset for help on using the changeset viewer.