Koha/koha-tmpl/intranet-tmpl/prog/en/modules/serials
Jonathan Druart 5c7ff786d5 Bug 19855: Move getalert, addalert and delalert to Koha::Subscription
This patch removes 3 subroutines from C4::Letters:
- getalert
- addalert
- delalert

And add 3 methods to Koha::Subscription:
- subscribers
- add_subscriber
- remove_subscriber

It makes the code cleaner for future cleanup.
TODO - we should remove alert.alertid and alert.type, and rename
alert.externalid with alert.subscriptionid
That way alert will be renamed borrowers_subscriptions (or similar) and
will become a simple join table between borrowers and subscriptions.
We will need to deal with FK that could not be satisfied.
Let's do that after this patch is pushed.

Test plan:
Subscribe and unsubscribe to email notifications sent when a new issues
is available.
Make sure everything works as before and you receive the emails.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2018-04-23 14:22:15 -03:00
..
tables
acqui-search-result.tt Bug 20037: Switch single-column templates to Bootstrap grid: Serials 2018-02-18 16:48:48 -03:00
acqui-search.tt Bug 20240: Remove space before : when searching for a vendor in serials (Vendor name :) 2018-02-23 10:57:15 -03:00
add_fields.tt Bug 20538: Remove the need of writing [% KOHA_VERSION %] everywhere 2018-04-13 11:49:44 -03:00
checkexpiration.tt
claims.tt Bug 20538: Remove the need of writing [% KOHA_VERSION %] everywhere 2018-04-13 11:49:44 -03:00
result.tt Bug 20037: Switch single-column templates to Bootstrap grid: Serials 2018-02-18 16:48:48 -03:00
routing-preview-slip.tt
routing-preview.tt
routing.tt Bug 20290: Fix capitalization of "Routling List" 2018-02-27 11:45:16 -03:00
serials-collection.tt Bug 18327: Style 'Multi receiving' button like others 2018-04-19 16:37:22 -03:00
serials-edit.tt Bug 18327: Same change for serials-edit 2018-04-19 16:37:21 -03:00
serials-home.tt Bug 20538: Remove the need of writing [% KOHA_VERSION %] everywhere 2018-04-13 11:49:44 -03:00
serials-search.tt Bug 18426: Replace 'Modify' with 'Edit' 2018-04-23 14:22:14 -03:00
showpredictionpattern.tt
subscription-add.tt Bug 20538: Remove the need of writing [% KOHA_VERSION %] everywhere 2018-04-13 11:49:44 -03:00
subscription-batchedit.tt Bug 18426: Address QA issues 2018-04-23 14:22:14 -03:00
subscription-bib-search.tt Bug 20037: Switch single-column templates to Bootstrap grid: Serials 2018-02-18 16:48:48 -03:00
subscription-detail.tt Bug 20538: Remove the need of writing [% KOHA_VERSION %] everywhere 2018-04-13 11:49:44 -03:00
subscription-frequencies.tt
subscription-history.tt
subscription-numberpatterns.tt Bug 20538: Remove the need of writing [% KOHA_VERSION %] everywhere 2018-04-13 11:49:44 -03:00
subscription-renew.tt
viewalerts.tt Bug 19855: Move getalert, addalert and delalert to Koha::Subscription 2018-04-23 14:22:15 -03:00