무통장 주문 때 포인트 전액 결제시 입금 상태로 되도록 수정
This commit is contained in:
@ -275,6 +275,8 @@ if ($od_settle_case == "무통장")
|
|||||||
$od_receipt_point = $i_temp_point;
|
$od_receipt_point = $i_temp_point;
|
||||||
$od_receipt_price = 0;
|
$od_receipt_price = 0;
|
||||||
$od_misu = $i_price - $od_receipt_price;
|
$od_misu = $i_price - $od_receipt_price;
|
||||||
|
if($od_misu == 0)
|
||||||
|
$od_status = '입금';
|
||||||
}
|
}
|
||||||
else if ($od_settle_case == "계좌이체")
|
else if ($od_settle_case == "계좌이체")
|
||||||
{
|
{
|
||||||
|
|||||||
@ -270,6 +270,8 @@ if ($od_settle_case == "무통장")
|
|||||||
$od_receipt_point = $i_temp_point;
|
$od_receipt_point = $i_temp_point;
|
||||||
$od_receipt_price = 0;
|
$od_receipt_price = 0;
|
||||||
$od_misu = $i_price - $od_receipt_price;
|
$od_misu = $i_price - $od_receipt_price;
|
||||||
|
if($od_misu == 0)
|
||||||
|
$od_status = '입금';
|
||||||
}
|
}
|
||||||
else if ($od_settle_case == "계좌이체")
|
else if ($od_settle_case == "계좌이체")
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user