enju_circulation 0.0.68 → 0.0.69

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -101,7 +101,7 @@ module EnjuCirculation
101
101
  end
102
102
 
103
103
  def retain(librarian)
104
- Item.transaction do
104
+ self.class.transaction do
105
105
  reservation = manifestation.next_reservation
106
106
  unless reservation.nil?
107
107
  reservation.item = self
@@ -1,3 +1,3 @@
1
1
  module EnjuCirculation
2
- VERSION = "0.0.68"
2
+ VERSION = "0.0.69"
3
3
  end
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: enju_circulation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.68
4
+ version: 0.0.69
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: