Skip to content

Commit

Permalink
Merge pull request #115 from cul-it/dev
Browse files Browse the repository at this point in the history
Dev into master
  • Loading branch information
mhk33 authored Sep 17, 2024
2 parents 91e2c3d + ecc7132 commit c03cd67
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/views/my_account/account/_fines.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
%td
= number_to_currency(f['chargeAmount']['amount'])
%p
= link_to "View fine rates", "https://catalog.library.cornell.edu/myaccount/login"
= link_to "View fine rates", "https://www.library.cornell.edu/collections/borrow-renew-return/policies/#fines"
5 changes: 3 additions & 2 deletions app/views/my_account/account/intro.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
=link_to('libpublicservices@cornell.edu', 'mailto:libpublicservices@cornell.edu')
\.

%h3 Library fines
%p
The fine for recalled items is $3.00/day for every patron category. If unreturned, high cost and high demand items (such as laptops, equipment, reserves items) will be billed for replacement cost after two days. Regular items (such as books from the general circulating collection) will be billed for replacement cost after 27 days. When the billed amount reaches $300 for Cornell patrons (or $150 for others), the borrower’s access to the Library will be blocked until the item is returned.
Visit the library website for
=link_to('fine information', 'https://www.library.cornell.edu/collections/borrow-renew-return/policies/#fines')
\.
2 changes: 1 addition & 1 deletion lib/my_account/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module MyAccount
VERSION = '2.3.2'
VERSION = '2.3.3'
end
3 changes: 3 additions & 0 deletions release_notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release Notes - my-account

## [2.3.3] - 2024-09-17
- Update links to fine information

## [2.3.2] - 2024-08-26

### Fixed
Expand Down

0 comments on commit c03cd67

Please sign in to comment.