If I take this order

Coupon 50OFFFIRST -$50.00
Subtotal $100.00
Subtotal excluding taxes $50.00
Texas Sales Tax $4.13
Order total $54.13

then change the status to In Checkout (admin/store/orders/34/) and then remove the tax in (admin/store/orders/34/edit) it removes it and then recreates it:

Coupon 50OFFFIRST -$50.00
Subtotal $100.00
Texas Sales Tax $4.13
Subtotal excluding taxes $50.00
Order total $50.00

Everything is great except that the tax is inserted prior to the Subtotal causing it not to be included in the Order Total.

I am using the latest 7-x dev release of ubercart (2012-Apr-12). If you can give me some pointers as to where to look, I can see if I can fix it.

Thanks,

Alex

CommentFileSizeAuthor
#1 1532410-order-edit-tax-line-item.patch902 byteslongwave
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

longwave’s picture

Priority: Major » Normal
Status: Active » Needs review
FileSize
902 bytes

This seems to be only cosmetic, if you save the order then the taxes and order total are correctly recalculated. The attached patch appears to fix this for me, although I am wary of causing unintended side effects elsewhere.

siva_drupal’s picture

Issue summary: View changes

This issue is reproducible and also resolved after applying patch file#1.