[-] BO : fix pack item deletion

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14442 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
tDidierjean
2012-04-04 08:44:25 +00:00
parent 8b46657cae
commit 5680cc9aa9
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}