옵션항목에 0도 표시되도록 수정

This commit is contained in:
chicpro
2014-02-10 11:58:04 +09:00
parent 264d2b26df
commit 9e36a64d33
4 changed files with 13 additions and 11 deletions

View File

@ -90,7 +90,7 @@ if($ps_run) {
for($j=0; $j<$spl_count; $j++) {
$spl = strip_tags(trim($spl_val[$j]));
if($spl_subject && $spl) {
if($spl_subject && strlen($spl)) {
$spl_id = $spl_subject.chr(30).$spl;
$spl_price = 0;
$spl_stock_qty = 0;