Hi Mike,
If you are not using SplitTaxlines at all any more, it is safe to totally remove the entry. If you have phpmyadmin or something similar, you should be able to use the web interface to remove the entry in the database.
If you would rather remove the entry manually using standard SQL, something like:
should do the trick.Code:DELETE FROM configuration WHERE configuration_key = 'DISPLAY_SPLIT_TAX_LINES' LIMIT 1;
Please backup your database completely before you make any changes to it!
Hope this helps,
Alan




