Bug 16261 - System preference noissuecharge should take account of the amount "greater than or equal to"
Summary: System preference noissuecharge should take account of the amount "greater th...
Status: CLOSED WONTFIX
Alias: None
Product: Koha
Classification: Unclassified
Component: System Administration (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-14 15:49 UTC by Marjorie Barry-Vila
Modified: 2023-12-28 20:43 UTC (History)
2 users (show)

See Also:
GIT URL:
Initiative type: ---
Sponsorship status: ---
Comma delimited list of Sponsors:
Crowdfunding goal: 0
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marjorie Barry-Vila 2016-04-14 15:49:06 UTC
Hi,

Noissuecharge takes into account the amounts of fines "greater than" to what is written in the preference system.

Example:

noissuecharge filled with 5

Patron has $ 5 in fines, it will not be blocked to check-out.

We have to write 4.99 to block patron with 5 $ in fines.


Noissuecharge should take account of the amount "greater than or equal to"

Regards,

Marjorie
Comment 1 Katrin Fischer 2022-12-12 16:43:31 UTC
Hi Marjorie, 

I had a look at this when filing bug 32450 today and you are right, the check > instead of >=. 

It maybe depends on how you think about it:

* Fines up to x are ok/non-blocking (current behavior)
* From this amount on we want to restrict 

I think both make sense depending on context, but the current system preference description matches the first use case:
 	
Prevent patrons from checking out items if they have more than __ EUR in fines. 

So I am not persuaded this is a bug, especially since changing the behavior now  would cause unnecessary disruption.

Closing WONTFIX. Please reopen if you disagree.