https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41268
Bug ID: 41268
Summary: Circulation rules script has many conditionals
Initiative type: ---
Sponsorship ---
status:
Product: Koha
Version: Main
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5 - low
Component: Architecture, internals, and plumbing
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
Focusing on delete-branch-item-rule operation we have four code paths:
1 - if the branch is '*' and itemtype is '*'
2 - if branch is '*' and itemtype is specific
3 - If branch is specific and itemtype is '*'
4 - if branch is specific and itemtype is specified
The only difference in these being that we pass 'undef' instead of '*' when
star is set.
I don't undertstand why we can't set a variable to 'undef' if necessary?
--
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/