FIXED: Sort Voucher Category by Name
v 1.3.2
When adding / editing vouchers need to show categories alphabetically instead of by category ID
FIND IN FILES > $select = wp_dropdown_categories('taxonomy='.APP_TAX_CAT.'
add to function query > &orderby=name
Affects: tpl-edit-item.php , theme-actions.php