[-] BO : fix pack item deletion

This commit is contained in:
tDidierjean
2012-04-04 08:44:25 +00:00
parent d9deffd9fe
commit 97abfaf349
2 changed files with 7 additions and 3 deletions
@@ -64,7 +64,7 @@
<div id="divPackItems">
{foreach from=$product->packItems item=packItem}
{$packItem->pack_quantity} x {$packItem->name}
<span onclick="delPackItem({$packItem->id});" style="cursor: pointer;">
<span class="delPackItem" name="{$packItem->id}" style="cursor: pointer;">
<img src="../img/admin/delete.gif" />
</span><br />
{/foreach}