[*] BO : Add reduction groups in the categories, and bug fix: reduction that is not an integer or a percentage (TD001 - TD002 - TD003)
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8536 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -798,7 +798,7 @@ class AdminCustomers extends AdminTab
|
||||
echo '<option value="'.(int)($group['id_group']).'"'.($group['id_group'] == $obj->id_default_group ? ' selected="selected"' : '').'>'.htmlentities($group['name'], ENT_NOQUOTES, 'utf-8').'</option>';
|
||||
echo '
|
||||
</select>
|
||||
<p>'.$this->l('Apply non-cumulative rules (e.g., price, display method, reduction)').'</p>
|
||||
<div class="hintGroup">'.$this->l('The group will be as applied by default.').'</div>
|
||||
</div>
|
||||
<label>'.$this->l('Groups:').' </label>
|
||||
<div class="margin-form">';
|
||||
|
||||
Reference in New Issue
Block a user