Ticket #798 (closed バグ指摘: 保留)

Opened 13 years ago

Last modified 13 years ago

[コミュ版 r18755] 受注管理のバグ

Reported by: tao Owned by: somebody
Priority: Milestone: EC-CUBE2.5.0alpha
Component: 管理画面 Version: 2.4.4
Keywords: Cc:
修正済み:

Description

 http://xoops.ec-cube.net/modules/newbb/viewtopic.php?topic_id=6537&forum=9&post_id=30886#forumpost30886

/admin/order/edit.tpl439行目辺りからの以下のロジック部分ですが、        <!--{if $arrForm.payment_info|@count > 0}-->        <tr>            <th><!--{$arrForm.payment_type}-->情報</th>            <td>                <!--{foreach key=key item=item from=$arrForm.payment_info}-->                <!--{if $key != "title"}--><!--{if $item.name != ""}--><!--{$item.name}-->:<!--{/if}--><!--{$item.value}--><br/><!--{/if}-->                <!--{/foreach}-->            </td>        </tr>        <!--{/if}-->$arrForm を、$arrDisp に修正すると正常に表示されました。

Change History

comment:1 Changed 13 years ago by tao

  • Status changed from new to closed
  • Resolution set to 保留

2.5.0では再現しませんでした。

Note: See TracTickets for help on using tickets.