Bug 18334

Summary: Removal of SQL code from admin/smart-rules.pl
Product: Koha Reporter: Alex Buckley <alexbuckley>
Component: Architecture, internals, and plumbingAssignee: Alex Buckley <alexbuckley>
Status: RESOLVED LATER QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low    
Version: 17.05   
Hardware: All   
OS: All   
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:

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.