tax not saving issue fixed
This commit is contained in:
parent
18e31888fd
commit
a143a4f6d5
|
@ -956,7 +956,7 @@ class MP_Event_All_Info_In_One
|
|||
<label>
|
||||
<select class="mp_formControl" name="_tax_class">
|
||||
<option value="standard" <?php echo ($tx_class == 'standard') ? 'selected' : ''; ?>><?php _e('Standard', 'mage-eventpress'); ?></option>
|
||||
<?php mep_get_all_tax_list(); ?>
|
||||
<?php mep_get_all_tax_list($tx_class); ?>
|
||||
</select>
|
||||
</label>
|
||||
<p class="event_meta_help_txt">
|
||||
|
|
Loading…
Reference in New Issue