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

This commit is contained in:
vChabot
2012-05-09 15:54:03 +00:00
parent cb434af7cc
commit 439301e3ac
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}