Koha/koha-tmpl/intranet-tmpl/prog/en/modules/circ
Jonathan Druart bddfed7591 Bug 19933: Remove patronflags - tricky ones
Here we are, patronflags is used in a couple of places where (almost) all flags
were really useful: C4::SIP::ILS::Patron->new and circulation.pl

This patch only deal with the circulation code as I am not convident
enough with SIP code.

The change does not seems trivial because of the complexity of the
existing code, but the logic is the same. We send a variable to the
template depending on the situation of the patron.

I guess only code eyes ball could catch issue in this patch quickly.

Maybe we need to find a good place in a Koha module to move this code
and provide code coverage (especially when C4::SIP::ILS::Patron will
reuse it).

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

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2018-03-23 11:45:38 -03:00
..
article-requests.tt Bug 20034: Switch single-column templates to Bootstrap grid: Circulation 2018-02-15 13:30:23 -03:00
bookcount.tt
branchoverdues.tt
branchtransfers.tt Bug 18789: Send Koha::Patron object to the templates 2018-02-16 13:03:58 -03:00
circulation-home.tt Bug 20034: Switch single-column templates to Bootstrap grid: Circulation 2018-02-15 13:30:23 -03:00
circulation.tt Bug 19933: Remove patronflags - tricky ones 2018-03-23 11:45:38 -03:00
circulation_batch_checkouts.tt Bug 19933: Remove patronflags - tricky ones 2018-03-23 11:45:38 -03:00
offline-mf.tt
offline.tt Bug 20142: Allow translating offline circ message 2018-02-27 11:37:51 -03:00
on-site_checkouts.tt Bug 12904: Add KOHA_VERSION to few more .css 2018-02-16 13:01:19 -03:00
overdue.tt
pendingreserves.tt Bug 9573: Lost items report - add KohaTable to itemlost 2018-02-17 18:32:14 -03:00
printslip.tt Bug 18789: Send Koha::Patron object to the templates 2018-02-16 13:03:58 -03:00
renew.tt
request-article.tt
reserveratios.tt
returns.tt Bug 9573: Lost items report - add KohaTable to itemlost 2018-02-17 18:32:14 -03:00
selectbranchprinter.tt
transfer-slip.tt
transferstoreceive.tt Bug 18789: (QA follow-up) Use first_valid_email_address on Tranfers to receive page 2018-02-16 13:03:58 -03:00
view_holdsqueue.tt Bug 9573: Lost items report - add KohaTable to itemlost 2018-02-17 18:32:14 -03:00
waitingreserves.tt Bug 18789: Send Koha::Patron object to the templates 2018-02-16 13:03:58 -03:00