Skip to content
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.

Commit

Permalink
od_tno 초기화 코드 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
chicpro committed Jun 21, 2016
1 parent 30e6666 commit 354c993
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions mobile/shop/orderformupdate.php
Expand Up @@ -280,6 +280,7 @@
$order_price = $tot_od_price + $send_cost + $send_cost2 - $tot_sc_cp_price - $od_temp_point;

$od_status = '주문';
$od_tno = '';
if ($od_settle_case == "무통장")
{
$od_receipt_point = $i_temp_point;
Expand Down
1 change: 1 addition & 0 deletions shop/orderformupdate.php
Expand Up @@ -265,6 +265,7 @@
$order_price = $tot_od_price + $send_cost + $send_cost2 - $tot_sc_cp_price - $od_temp_point;

$od_status = '주문';
$od_tno = '';
if ($od_settle_case == "무통장")
{
$od_receipt_point = $i_temp_point;
Expand Down

0 comments on commit 354c993

Please sign in to comment.