[Koha-bugs] [Bug 15374] Translatability: Fix issues on OPAC summary page

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Feb 5 08:41:25 CET 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15374

--- Comment #25 from Marc Véron <veron at veron.ch> ---
Hmm, testing...  Seems OK to me...

- Syspref OpacRenewalAllowed: Allow
- Syspref OPACFineNoRenewals: 2
- Patron has fines: Total due:  5.01

- Log-in to Opac with patron, go to 'your summary'
Result: "Please note: You cannot renew your books online. Reason: Your fines
exceed 2.00. Please pay your fines if you wish to renew your books. Go to your
account page"
OK

- Syspref OPACFineNoRenewals: 10
- Patron has fines: Total due:  5.01
- Refresh 'your summary'
Result: No message
OK


- Syspref OPACFineNoRenewals: 10
- Add manual fine for patron (10). Now total due is:    15.01
- Refresh 'your summary'
Result: "Please note: You cannot renew your books online. Reason: Your fines
exceed 10.00. Please pay your fines if you wish to renew your books. Go to your
account page"
OK

- Syspref OPACFineNoRenewals: 0
- Patron has fines: Total due:  15.01
- Refresh 'your summary'
Result: "Please note: You cannot renew your books online. Reason: You have
fines. Please pay your fines if you wish to renew your books. Go to your
account page"
OK

- Syspref OPACFineNoRenewals: (empty)
- Refresh 'your summary'
Result: No message
OK

- Syspref OPACFineNoRenewals: xyndjeksfjasdf 
  (non-numeric, is not validated by syspref form)
- Refresh 'your summary'
Result: No message
OK

- Syspref OPACFineNoRenewals: (one space char) 
  (non-numeric, is not validated by syspref form)
- Refresh 'your summary'
Result: No message
OK

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list