상품요약정보를 상품등록시에도 설정할 수 있도록 수정

This commit is contained in:
chicpro
2013-02-05 10:01:50 +09:00
parent c55efc0d04
commit edb521c06f
6 changed files with 60 additions and 20 deletions

View File

@ -41,10 +41,10 @@ for($i = 0; $i < $count; $i++) {
}
sql_query($sql);
}
if($w == '') {
set_session('ss_op_item_code', $it_id);
}
if($w == '') {
set_session('ss_op_item_code', $it_id);
}
echo '<script>self.close();</script>';