[-] BO : BugFix : #PSCFV-1297 :Multistore: admin can delete special price of another shop

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15128 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vChabot
2012-05-09 15:54:03 +00:00
parent af7c9b152d
commit c93160238e
2 changed files with 9 additions and 3 deletions
@@ -258,7 +258,7 @@ jQuery(document).ready(Customer.init);
{else}
<div class="margin-form">
<select name="sp_id_shop">
<option value="0">{l s='All shops'}</option>
{if !$admin_one_shop}<option value="0">{l s='All shops'}</option>{/if}
{foreach from=$shops item=shop}
<option value="{$shop.id_shop}">{$shop.name|htmlentitiesUTF8}</option>
{/foreach}