From 6927ac20a08f72e66c05a98d0c3f645b36d82ed1 Mon Sep 17 00:00:00 2001 From: chicpro Date: Mon, 25 Nov 2013 13:59:33 +0900 Subject: [PATCH] =?UTF-8?q?=ED=98=84=EA=B8=88=EC=98=81=EC=88=98=EC=A6=9D?= =?UTF-8?q?=20=EB=93=B1=EB=A1=9D=20=EC=8B=9C=20=ED=99=98=EB=B6=88=EA=B8=88?= =?UTF-8?q?=EC=95=A1=EC=9D=80=20=EB=B9=BC=EB=8F=84=EB=A1=9D=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shop/taxsave_kcp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shop/taxsave_kcp.php b/shop/taxsave_kcp.php index 10d843b31..4c9648bf5 100644 --- a/shop/taxsave_kcp.php +++ b/shop/taxsave_kcp.php @@ -14,7 +14,7 @@ $goods_name = $goods['full_name']; $trad_time = date("YmdHis"); -$amt_tot = (int)$od['od_receipt_price']; +$amt_tot = (int)($od['od_receipt_price'] - $od['od_refund_price']); $amt_sup = (int)round(($amt_tot * 10) / 11); $amt_svc = 0; $amt_tax = (int)($amt_tot - $amt_sup);