#246 옵션추가 버튼 제거 및 관련 스크립트 수정

This commit is contained in:
chicpro
2013-06-25 11:54:41 +09:00
parent b81002cc24
commit 35f5ffbdf2
5 changed files with 50 additions and 23 deletions

View File

@ -705,7 +705,6 @@ function get_item_supply($it_id, $subject)
}
}
$select .= '</select>'.PHP_EOL;
$select .= '<button type="button" id="sit_sel_submit_'.$i.'" class="btn_frmline sit_sel_submit">추가</button>'.PHP_EOL;
$str .= '<td class="td_sit_sel">'.$select.'</td>'.PHP_EOL;
$str .= '</tr>'.PHP_EOL;