Changeset 20414
- Timestamp:
- 2011/02/25 23:11:44 (15 years ago)
- Location:
- branches/version-2_5-dev/data
- Files:
-
- 2 edited
-
Smarty/templates/admin/order/pdf_input.tpl (modified) (1 diff)
-
class/pages/admin/order/LC_Page_Admin_Order_Pdf.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/Smarty/templates/admin/order/pdf_input.tpl
r20407 r20414 43 43 <input type="hidden" name="order_id[]" value="<!--{$order_id}-->"> 44 44 <!--{/foreach}--> 45 <input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->" />46 45 47 46 <h2><!--コンテンツタイトル-->帳票の作成</h2> -
branches/version-2_5-dev/data/class/pages/admin/order/LC_Page_Admin_Order_Pdf.php
r20345 r20414 83 83 $this->arrMonth = $objDate->getMonth(); 84 84 $this->arrDay = $objDate->getDay(); 85 86 // 画面遷移の正当性チェック用にuniqidを埋め込む87 $objPage->tpl_uniqid = $objSess->getUniqId();88 85 89 86 // パラメータ管理クラス
Note: See TracChangeset
for help on using the changeset viewer.
