Skip to content
This repository has been archived by the owner on Aug 5, 2018. It is now read-only.

Commit

Permalink
fixed article info link in order list
Browse files Browse the repository at this point in the history
  • Loading branch information
hajo-p committed Nov 20, 2013
1 parent 3e7f927 commit 4d50a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/base/lanshop/orders.tpl
Expand Up @@ -29,7 +29,7 @@
</tr>
{loop:orders}
<tr>
<td class="leftc"><a href="/debug/lanshop/view/id/1">{orders:articles_name}</a></td>
<td class="leftc"><a href="{url:lanshop_view:id={orders:articles_id}}">{orders:articles_name}</a></td>
<td class="leftc">{orders:status}</td>
<td class="rightc">{orders:value}</td>
<td class="centerc">{orders:remove}</td>
Expand Down

0 comments on commit 4d50a94

Please sign in to comment.