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