주문상태 관련 코드 수정중
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user