Changeset 15145


Ignore:
Timestamp:
2007/07/31 14:36:50 (17 years ago)
Author:
adachi
Message:

#138 受注編集の、ポイントの修正リンク(顧客編集)を修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/rel/data/Smarty/templates/admin/order/edit.tpl

    r12157 r15145  
    99<!-- 
    1010    function fnEdit(customer_id) { 
    11         document.form1.action = '/admin/customer/edit.php'; 
     11        document.form1.action = '<!--{$smarty.const.URL_DIR}-->admin/customer/edit.php'; 
    1212        document.form1.mode.value = "edit" 
    1313        document.form1['edit_customer_id'].value = customer_id; 
Note: See TracChangeset for help on using the changeset viewer.