Open audez opened 2 years ago
Hello @audez I would like to work on this one. Could you please assign it to me?
hello @krishnasingh001 just checking in: are still working or planning to work on this issue? Don't hesitate if you need help :)
Hello @RachL, I wasn't able to reproduce this issue locally. I thought this issue has been fixed. But will check this issue again and update it here. Thanks
@lin-d-hop this one might be a good candidate for the reports update epic?
Hi @RachL , I am having a look at this.
As krishnasingh001 mentioned above, I wasn't able to reproduce the issue on my first try. I am having a look at the code now to double check if there isn't any edge cases.
Hi Again,
I went and looked at the code, as far as I can see it's getting the correct data. So unless I missed something, this has been fixed. For context, report where improved by this PR #9032 and the code hasn't changed since.
See below the steps I took to try reproducing the bug. :
Add "group buy option" to a product, set Garlic bulk unit size to 25
Place an order with said product, Garlic is showing the bulk icon
Run the Bulk Co-OpSupplier Report, the correct unit size of 25 is shown for Garlic
@audez are you still able to reproduce this one? If so, can you provide the step you did?
Description
The "bulk unit size" field in the bulk co-op supplier report is displaying 0 value instead of the bulk unit size.
Steps to Reproduce
Animated Gif/Screenshot
I chose "bulk unit size = 30" for the "Amandes vrac" product
bulk co-op Supplier report
In admin/reports/bulk_coop, Supplier report, 0 value is displayed
bulk co-op Allocation report
In admin/reports/bulk_coop, Allocation report, the right value (30) is displayed. But with #9745 it's not possible to rely on this report.
Severity
bug-s3: a feature is broken but there is a workaround