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
Every order should have a billing address. And if the address was missing, it shouldn't crash the site.
Actual Behaviour
Some orders are missing an address and it makes it impossible to view the invoice.
Steps to Reproduce
?
Animated Gif/Screenshot
Workaround
Refer to the invoice sent during checkout.
Severity
bug-s3: a feature is broken but there is a workaround
Your Environment
Version used: 2.9.7
Possible Fix
We can make the invoice rendering more fail safe but the resulting invoice will lack the address. We then need to investigate why the address isn't there.
Error in OpenFoodNetwork
ActionView::Template::Error in app/views/spree/admin/orders/invoice.html.haml:36
undefined method `full_name' for nil:NilClass
Description
Printing invoices or viewing an invoice can fails when a billing address is missing.
https://app.bugsnag.com/yaycode/openfoodnetwork/errors/5eb7b3af2d025e0017d4e8af
Also related to missing addresses:
https://app.bugsnag.com/yaycode/openfoodnetwork/errors/5eb771788be4b200171f8fb0
Expected Behavior
Every order should have a billing address. And if the address was missing, it shouldn't crash the site.
Actual Behaviour
Some orders are missing an address and it makes it impossible to view the invoice.
Steps to Reproduce
Animated Gif/Screenshot
Workaround
Refer to the invoice sent during checkout.
Severity
bug-s3: a feature is broken but there is a workaround
Your Environment
Possible Fix
We can make the invoice rendering more fail safe but the resulting invoice will lack the address. We then need to investigate why the address isn't there.
Error in OpenFoodNetwork
ActionView::Template::Error in app/views/spree/admin/orders/invoice.html.haml:36
undefined method `full_name' for nil:NilClass
View on Bugsnag
Stacktrace
View full stacktrace
Created by Maikel via Bugsnag
The text was updated successfully, but these errors were encountered: