You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After an order is placed, the Amount displayed in the Delivery Report does not reflect subsequent order edits (ex. by adding or removing items)
Expected Behavior
The "Amount" column on the Delivery Report should reflect changes on the order total, from editing an order.
Actual Behaviour
The "Amount" column on the Delivery Report does not reflect changes on the order total: it displays the initial order total.
Steps to Reproduce
Place an order.
Visit /admin/reports/order_cycle_managementand find the line corresponding to the customer and order
Edit the placed order, ex. remove some line items; issue a refund (pic below).
Compare the order total found on /admin/orders/<order_nr>/editwith the Amount one found on the Delivery report: the latter still displays the initial order total (before the order edit).
Animated Gif/Screenshot
Workaround
None;
Proposing S3 as I'm not really sure on the impact on this one.
Severity
bug-s2: a non-critical feature is broken, no workaround
Your Environment
Version used: v3.8.8
Browser name and version: Firefox 90
Operating System and version (desktop or mobile): Ubuntu 20.04
Possible Fix
The text was updated successfully, but these errors were encountered:
filipefurtad0
added
the
bug-s3
The bug is stopping a critical or non-critical feature but there is a usable workaround.
label
Aug 9, 2021
A workaround of 'look at a different report for the same information' shouldn't be a workaroud. How is a user supposed to know which report is correct?
This has caused a bit of confusion in the UK that I was struggling to track down... only just spotted this issue. Nice catch @filipefurtad0
lin-d-hop
added
bug-s2
The bug is affecting any of the non-critical features described in S1 and there is no workaround.
and removed
bug-s3
The bug is stopping a critical or non-critical feature but there is a usable workaround.
labels
Sep 4, 2021
Description
After an order is placed, the
Amount
displayed in the Delivery Report does not reflect subsequent order edits (ex. by adding or removing items)Expected Behavior
The "Amount" column on the Delivery Report should reflect changes on the order total, from editing an order.
Actual Behaviour
The "Amount" column on the Delivery Report does not reflect changes on the order total: it displays the initial order total.
Steps to Reproduce
/admin/reports/order_cycle_management
and find the line corresponding to the customer and order/admin/orders/<order_nr>/edit
with theAmount
one found on the Delivery report: the latter still displays the initial order total (before the order edit).Animated Gif/Screenshot
Workaround
None;
Proposing S3 as I'm not really sure on the impact on this one.
Severity
bug-s2: a non-critical feature is broken, no workaround
Your Environment
Possible Fix
The text was updated successfully, but these errors were encountered: