Index: branches/version-1/data/downloads/module/mdl_paygent/mdl_paygent.inc
===================================================================
--- branches/version-1/data/downloads/module/mdl_paygent/mdl_paygent.inc	(revision 17012)
+++ branches/version-1/data/downloads/module/mdl_paygent/mdl_paygent.inc	(revision 17063)
@@ -531,5 +531,5 @@
 		$arrMemo['receipt_number'] = sfSetConvMSG($receipt_num_name, $arrRes[0]['receipt_number']);
 		// Ê§¹þÉ¼URL(PC) ¡§ ¥»¥Ö¥ó¥¤¥ì¥Ö¥ó¤Î¾ì¹ç¤Î¤ßÊ§¹þÉ¼URL¤¬Í­¸ú¤Ê¤Î¤ÇÉ½¼¨¤¹¤ë¡£
-		if($arrRes[0]['receipt_print_url'] != "" && $arrInput['cvs_company_id'] == CODE_SEVENELEVEN) {
+		if($arrInput['cvs_company_id'] == CODE_SEVENELEVEN && !GC_MobileUserAgent::isMobile()) {
 			$arrMemo['receipt_print_url'] = sfSetConvMSG("Ê§¹þÉ¼URL", $arrRes[0]['receipt_print_url']);
 		}
@@ -555,6 +555,5 @@
 		} else {
 			$arrMemo['help_url'] = sfSetConvMSG("¤ª»ÙÊ§ÊýË¡¤ÎÀâÌÀ", "http://www.paygent.co.jp/service/pay_cvs.html");
-		} 
-				
+		}
 		// ¼õÃí¥Æ¡¼¥Ö¥ë¤ËÊÝÂ¸
 		$arrVal["memo02"] = serialize($arrMemo);
@@ -577,5 +576,4 @@
 			$arrMemo['help_url'] = sfSetConvMSG("¤ª»ÙÊ§ÊýË¡¤ÎÀâÌÀ", "http://www.paygent.co.jp/service/pay_atm.html");
 		}
-		
 		// ¼õÃí¥Æ¡¼¥Ö¥ë¤ËÊÝÂ¸
 		$arrVal["memo02"] = serialize($arrMemo);
