diff --git a/mobile/shop/cartsub.inc.php b/mobile/shop/cartsub.inc.php
index 82c119620..26b98158c 100644
--- a/mobile/shop/cartsub.inc.php
+++ b/mobile/shop/cartsub.inc.php
@@ -23,12 +23,11 @@ else
수량 |
판매가 |
소계 |
- 포인트 |
포인트';
echo '삭제 | ';
-else if ($s_page == 'orderinquiryview.php')
- echo '상태 | ';
+}
?>
@@ -133,13 +132,12 @@ for ($i=0; $row=mysql_fetch_array($result); $i++)
|
|
- |
';
echo '삭제 | ';
- else if ($s_page == 'orderinquiryview.php')
- echo ''.$row['ct_status'].' | ';
+ }
?>