[-] BO : fixed bug #PSCFV-4865
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17874 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -1228,7 +1228,7 @@
|
||||
<div class="margin-form">
|
||||
<select name="payment_module_name" id="payment_module_name">
|
||||
{foreach from=$payment_modules item='module'}
|
||||
<option value="{$module.name}" {if isset($smarty.post.payment_module_name) && $module.name == $smarty.post.payment_module_name}selected="selected"{/if}>{$module.name}</option>
|
||||
<option value="{$module->name}" {if isset($smarty.post.payment_module_name) && $module->name == $smarty.post.payment_module_name}selected="selected"{/if}>{$module->displayName}</option>
|
||||
{/foreach}
|
||||
</select>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user