merge 충돌 처리

This commit is contained in:
whitedot
2013-06-13 14:14:05 +09:00
12 changed files with 84 additions and 62 deletions

View File

@ -72,6 +72,7 @@ include_once('./_head.php');
a.ct_point,
a.ct_qty,
a.ct_status,
a.ct_send_cost,
b.ca_id,
b.ca_id2,
b.ca_id3
@ -114,7 +115,7 @@ include_once('./_head.php');
}
// 개별배송비 계산
if($default['de_send_cost_case'] == '개별') {
if($default['de_send_cost_case'] == '개별' && !$row['ct_send_cost']) {
$it_send_cost += get_item_sendcost($row['it_id'], $sum['price'], $sum['qty']);
}