[-] 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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user