diff --git a/app/models/item.rb b/app/models/item.rb index e5295be1..15f7dc18 100644 --- a/app/models/item.rb +++ b/app/models/item.rb @@ -176,7 +176,7 @@ class Item < ApplicationRecord end def current_nc_price - nc_mall_record.current_price + nc_mall_record&.current_price end def restricted_zones(options={})