Merge branch 'master' of github.com:gnuboard/yc5 into orderlist
This commit is contained in:
@ -186,8 +186,10 @@ if(!$default['de_card_test']) {
|
|||||||
$info = get_order_info($od_id);
|
$info = get_order_info($od_id);
|
||||||
|
|
||||||
$sql = " update {$g5['g5_shop_order_table']}
|
$sql = " update {$g5['g5_shop_order_table']}
|
||||||
set od_misu = '{$info['od_misu']}'
|
set od_misu = '{$info['od_misu']}' ";
|
||||||
where od_id = '$od_id' ";
|
if($info['od_misu'] == 0)
|
||||||
|
$sql .= " , od_status = '입금' ";
|
||||||
|
$sql .= " where od_id = '$od_id' ";
|
||||||
sql_query($sql, FALSE);
|
sql_query($sql, FALSE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user