가상계좌에서 포인트 기록되지 않는 오류 수정

This commit is contained in:
chicpro
2013-08-28 14:30:11 +09:00
parent 43c478f138
commit d7ee1597c0
2 changed files with 2 additions and 2 deletions

View File

@ -328,7 +328,7 @@ else if ($od_settle_case == "가상계좌")
$od_temp_amount = $i_amount;
$od_temp_point = $i_temp_point;
$od_receipt_point = 0;
$od_receipt_point = $i_temp_point;
$od_tno = $tno;
$od_receipt_amount = 0;

View File

@ -322,7 +322,7 @@ else if ($od_settle_case == "가상계좌")
$od_temp_amount = $i_amount;
$od_temp_point = $i_temp_point;
$od_receipt_point = 0;
$od_receipt_point = $i_temp_point;
$od_tno = $tno;
$od_receipt_amount = 0;