mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Fixing a nil chain bug
This commit is contained in:
@@ -24,7 +24,7 @@ Payment Details
|
||||
|
||||
<% end %>
|
||||
|
||||
<%- if @order.shipping_method.require_ship_address %>
|
||||
<%- if @order.shipping_method.andand.require_ship_address %>
|
||||
============================================================
|
||||
Shipping Details
|
||||
============================================================
|
||||
|
||||
Reference in New Issue
Block a user