diff --git a/app/data/view/user_discount/form.html b/app/data/view/user_discount/form.html index a214190a0..348150866 100644 --- a/app/data/view/user_discount/form.html +++ b/app/data/view/user_discount/form.html @@ -20,12 +20,12 @@ {foreach $levels as $level} - - [ VIP{$level.number} ] {$level.name|default=''} + + [ VIP{$level.number|default='0'} ] {$level.name|default=''}