fix minor issue

This commit is contained in:
magepeopleteam 2018-07-02 10:46:32 +00:00
parent ffd425bdb8
commit 6ba829a9df
2 changed files with 8 additions and 8 deletions

View File

@ -279,9 +279,9 @@ function mep_event_extra_price_option() {
<thead>
<tr>
<th width="30%">Extra Option Name</th>
<th width="30%">Amount</th>
<th width="20%">Quantity</th>
<th width="10%">Input Type</th>
<th width="30%">Price</th>
<th width="20%">Available Qty</th>
<th width="10%">Qty Box Type</th>
<th width="10%"></th>
</tr>
</thead>
@ -372,10 +372,10 @@ function mep_event_ticket_type() {
<table id="repeatable-fieldset-one-t" width="100%">
<thead>
<tr>
<th width="30%">Extra Option Name</th>
<th width="30%">Amount</th>
<th width="20%">Quantity</th>
<th width="10%">InputType</th>
<th width="30%">Ticket Type Name</th>
<th width="30%">Ticket Price</th>
<th width="20%">Available Qty</th>
<th width="10%">Qty Box Type</th>
<th width="10%"></th>
</tr>
</thead>

View File

@ -3,7 +3,7 @@
* Plugin Name: Woocommerce Events Manager
* Plugin URI: http://mage-people.com
* Description: A Complete Event Solution for WordPress by MagePeople..
* Version: 2.0
* Version: 2.0.1
* Author: MagePeople Team
* Author URI: http://www.mage-people.com/
*/