잘못된 스크립트 수정

This commit is contained in:
thisgun
2018-05-25 09:14:48 +09:00
parent 08bc4caedc
commit b9fc25e795

View File

@ -69,7 +69,7 @@ jQuery(function($){
if(parseInt(price) >= 0)
opt_prc = "+"+number_format(String(price))+"원";
else
opt_prc = +number_format(String(price))+"원";
opt_prc = number_format(String(price))+"원";
opt += "<li class=\""+li_class+"\">";
opt += "<input type=\"hidden\" name=\"io_type["+item_code+"][]\" value=\""+type+"\">";