If an item price or quantity for an existing transaction is changed, the gross amount appearing in the transactions list and the invoice does not reflect the change. If the Total cost is updated in the transaction overview, however, the change is reflected in the gross and invoice values.

Looking at store_transaction_item_save() in store.inc, it updates qty, price and title in the ec_transaction_product table but does not update gross value in the ec_transaction table.

Comments

sime’s picture

Version: 4.6.x-1.x-dev » 4.7.x-1.x-dev
Component: store.module » store

This probably should be checked in 4.7

brmassa’s picture

Status: Active » Patch (to be ported)

Guys,

its fixed on eC4. eC3 still needs a patch.

regards,

massa

brmassa’s picture

Status: Patch (to be ported) » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)