주문상태 관련 코드 수정중

This commit is contained in:
gnuboard
2013-10-08 15:50:08 +09:00
parent 0e36f78c1f
commit bda98efbe0
3 changed files with 108 additions and 68 deletions

View File

@ -220,7 +220,7 @@ if ($search) // 검색렬일 때만 처음 버튼을 보여줌
</div>
</form>
<form name="forderlist" id="forderlist" action="./orderlistupdate.php" onsubmit="return forderlist_submit(this);" method="post">
<form name="forderlist" id="forderlist" onsubmit="return forderlist_submit(this);" method="post">
<table id="sodr_list">
<thead>
@ -424,6 +424,8 @@ function forderlist_submit(f)
}
}
f.action = "./orderlistupdate.php";
return true;
}
</script>