배송안내 메일에 배송조회 링크 추가

This commit is contained in:
chicpro
2013-12-04 10:04:26 +09:00
parent ab2a8ee908
commit 7526dc0656
2 changed files with 2 additions and 1 deletions

View File

@ -75,6 +75,7 @@ if ($od_send_mail)
$delivery_list['dl_company'] = $od['od_delivery_company'];
$delivery_list['od_invoice'] = $od['od_invoice'];
$delivery_list['od_invoice_time'] = $od['od_invoice_time'];
$delivery_list['dl_inquiry'] = get_delivery_inquiry($od['od_delivery_company'], $od['od_invoice'], 'dvr_link');
$is_delivery = true;
}