Index: branches/version-2_5-dev/data/Smarty/templates/default/mypage/history.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/default/mypage/history.tpl	(revision 20290)
+++ branches/version-2_5-dev/data/Smarty/templates/default/mypage/history.tpl	(revision 20325)
@@ -151,5 +151,5 @@
               <!--{foreach item=item from=$shippingItem.shipment_item}-->
                   <tr>
-                      <td><!--{$item.product_code|h}--></td>
+                      <td><!--{$item.productsClass.product_code|h}--></td>
                       <td><!--{* 商品名 *}--><!--{$item.productsClass.name|h}--><br />
                           <!--{if $item.productsClass.classcategory_name1 != ""}-->
Index: branches/version-2_5-dev/data/Smarty/templates/mobile/mypage/history.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/mobile/mypage/history.tpl	(revision 20173)
+++ branches/version-2_5-dev/data/Smarty/templates/mobile/mypage/history.tpl	(revision 20325)
@@ -90,5 +90,5 @@
 <!--{if $isMultiple}-->
 <!--{foreach item=item from=$shippingItem.shipment_item}-->
-商品コード：<!--{$item.product_code|h}--><br>
+商品コード：<!--{$item.productsClass.product_code|h}--><br>
 商品名：<!--{* 商品名 *}--><!--{$item.productsClass.name|h}--><br>
 <!--{if $item.productsClass.classcategory_name1 != ""}-->
Index: branches/version-2_5-dev/data/Smarty/templates/sphone/mypage/history.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/sphone/mypage/history.tpl	(revision 20290)
+++ branches/version-2_5-dev/data/Smarty/templates/sphone/mypage/history.tpl	(revision 20325)
@@ -141,5 +141,5 @@
               <!--{foreach item=item from=$shippingItem.shipment_item}-->
                   <tr>
-                      <td><!--{$item.product_code|h}--></td>
+                      <td><!--{$item.productsClass.product_code|h}--></td>
                       <td><!--{* 商品名 *}--><!--{$item.productsClass.name|h}--><br />
                           <!--{if $item.productsClass.classcategory_name1 != ""}-->
