Skip to content

Commit

Permalink
changing the renew link for illiad
Browse files Browse the repository at this point in the history
  • Loading branch information
niquerio committed Sep 12, 2022
1 parent ee56ed6 commit df0387f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion models/items/interlibrary_loan/interlibrary_loan_item.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def url_cancel_request
end

def url_request_renewal
illiad_url(11, 71)
illiad_url(10, 72)
end

def creation_date
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
end
context "#url_request_renewal" do
it "returns url to the form to request a renewal of the ILLiad transaction" do
expect(subject.url_request_renewal).to eq("https://ill.lib.umich.edu/illiad/illiad.dll?Action=11&Form=71&Value=3298020")
expect(subject.url_request_renewal).to eq("https://ill.lib.umich.edu/illiad/illiad.dll?Action=10&Form=72&Value=3298020")
end
end
context "#creation_date" do
Expand Down

0 comments on commit df0387f

Please sign in to comment.