From 51ed9a6b786eaabf1287a75cf8c6c6d5cb7d8b76 Mon Sep 17 00:00:00 2001 From: Luis Ramos Date: Fri, 7 Aug 2020 19:38:56 +0100 Subject: [PATCH] Fix comment and point out that it's a fix to a spree issue --- app/models/spree/adjustment.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/spree/adjustment.rb b/app/models/spree/adjustment.rb index add4e33391..d87a0e7314 100644 --- a/app/models/spree/adjustment.rb +++ b/app/models/spree/adjustment.rb @@ -120,7 +120,7 @@ module Spree def update!(calculable = nil) return if immutable? - # Fix for #3381 + # Fix for Spree issue #3381 # If we attempt to call 'source' before the reload, then source is currently # the order object. After calling a reload, the source is the Shipment. reload