From aa1e9fa9c45c5497792726878029adda0d14c11d Mon Sep 17 00:00:00 2001 From: chicpro Date: Tue, 24 Sep 2013 16:17:37 +0900 Subject: [PATCH] =?UTF-8?q?misu=20query=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/shop.extend.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/extend/shop.extend.php b/extend/shop.extend.php index c01ac62f2..eebf21927 100644 --- a/extend/shop.extend.php +++ b/extend/shop.extend.php @@ -23,13 +23,6 @@ if (G5_HTTPS_DOMAIN) { define('G5_HTTPS_MSHOP_URL', G5_MSHOP_URL); } -// 미수금에 대한 QUERY 문 -// 테이블 a 는 주문서 ($g5['g5_shop_order_table']) -// 테이블 b 는 장바구니 ($g5['g5_shop_cart_table']) -define(_MISU_QUERY_, " - ( od_cart_amount + od_send_cost + od_send_cost2 - od_cart_coupon - od_coupon - od_send_coupon - od_receipt_amount - od_cancel_amount ) as misu, - ( od_cart_coupon + od_coupon + od_send_coupon ) as couponamount - "); //------------------------------------------------------------------------------ // 쇼핑몰 상수 모음 끝 //------------------------------------------------------------------------------