Summary: | Move rental fee as total amount to circulation matrix and remove rental discount | ||
---|---|---|---|
Product: | Koha | Reporter: | Nicole C. Engard <nengard> |
Component: | Circulation | Assignee: | Bugs List <koha-bugs> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | black23, gmcharlt, kyle.m.hall, marjorie.barry-vila, sally.healey |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23638 | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: |
Description
Nicole C. Engard
2015-01-06 00:38:04 UTC
I think it would be cleaner to have the total amount in the circ matrix instead of the discount too. Rephrasing title a bit. +1 One problem I see in moving this is that we might need to add circulation rules in the update process. Say the library only has rules for "all patron categories" and different item types. In order to put the right calculated values for the new rental fee into the matrix, we'd need to add new rules splitting the 'all patron categories' into rules for every category with the individual price. |