Tax Module Does not Delete Tax Rule

Posts: 5
Joined: 08/13/2008

when I press the delete button and then continue it does not delete the tax rule. I figured out that tax id does not get passed to uc_taxes_delete. Deleting the $tax_id input to the uc_taxes_delete function and adding $tax_id = arg(5); just below it fixes the problem.

Posts: 5352
Joined: 08/07/2007
AdministratorHead Code Monkey - I eat bugs.

fyi, Drupal 6 development isn't being handled through the forums yet, and you're going to find a lot of bugs. Please check out http://support.ubercart.org or use the issue tracker on d.o. Smiling

(Unless this post is actually for D5. Eye-wink)