$w를 $act로 변경

This commit is contained in:
chicpro
2013-01-29 11:48:32 +09:00
parent 27f1cdda14
commit 4baaa9fc6a

View File

@ -122,7 +122,7 @@ else
</script>
<form name="forderform" method="post" action="<? echo $action_url; ?>" autocomplete="off">
<input type="hidden" name="w" value="<? echo $w; ?>" />
<input type="hidden" name="act" value="<? echo $act; ?>" />
<input type="hidden" name="od_uq_id" value="<? echo $od_uq_id; ?>" />
<input type="hidden" name="od_amount" value="<? echo $tot_sell_amount; ?>" />
<input type="hidden" name="od_send_cost" value="<? echo $send_cost; ?>" />