수량변경 내역 기록시 시간도 기록되도록 수정

This commit is contained in:
chicpro
2013-07-16 16:32:03 +09:00
parent 8191a4b8d5
commit ea0c81af59

View File

@ -78,7 +78,7 @@ for ($i=0; $i<$cnt; $i++)
where ct_id = '$ct_id'
and uq_id = '$uq_id' ";
sql_query($sql);
$mod_history .= $ct['ct_option'].' 수량변경 '.$ct['ct_qty'].' -> '.$ct_qty."\n";
$mod_history .= G4_TIME_YMDHIS.' '.$ct['ct_option'].' 수량변경 '.$ct['ct_qty'].' -> '.$ct_qty."\n";
}
// 재고를 이미 사용했다면 (재고에서 이미 뺐다면)