Bug 18334 - Removal of SQL code from admin/smart-rules.pl
Summary: Removal of SQL code from admin/smart-rules.pl
Status: RESOLVED LATER
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: 17.05
Hardware: All All
: P5 - low enhancement
Assignee: Alex Buckley
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-26 11:04 UTC by Alex Buckley
Modified: 2019-01-24 19:54 UTC (History)
0 users

See Also:
GIT URL:
Initiative type: ---
Sponsorship status: ---
Comma delimited list of Sponsors:
Crowdfunding goal: 0
Crowdfunding committed: 0
Crowdfunding contact:
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 Alex Buckley 2017-03-26 11:04:39 UTC
This bug report requires the removal of all SQL queries from smart-rules.pl to perl modules in C4 and Koha directories.

All of the subroutines created for the SQL queries in the C4 and Koha directories must have POD and unit tests.
Comment 1 Alex Buckley 2019-01-24 19:54:24 UTC
I will try to get this in the future if I get more available time.