Fix comment and point out that it's a fix to a spree issue

This commit is contained in:
Luis Ramos
2020-08-07 19:38:56 +01:00
parent e96428e7e2
commit 51ed9a6b78

View File

@@ -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