Koha/koha-tmpl/intranet-tmpl/prog/en/modules
Jonathan Druart ddb1ecb9d8 Bug 15801: Koha::BiblioFrameworks - Remove C4::Koha::GetFrameworksLoop
The C4::Koha::GetFrameworksLoop retrieves biblio frameworks and returns
them ordered by the description (frameworktext). If a parameter is
passed, a selected flag is set. The selection of the options should be
done on the template side.
These 2 calls can be replaced with
  Koha::BiblioFrameworks->search({}, { order_by => ['frameworktext'] });

Test plan:
1/ Go on a Labeled MARC biblio view (catalogue/labeledMARCdetail.pl)
You should see a dropdown list with the biblio frameworks. The framework
of the record should be selected by default
2/ Create a sql report using the biblio_framework parameter, something
like:
  SELECT COUNT(*) FROM biblio WHERE frameworkcode=<<framework|biblio_framework>>
Save and execute the report.
You should get a dropdown list with the framework list.

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Both dropdowns Ok
No errors

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
2016-10-28 12:04:58 +00:00
..
acqui Bug 5260: Use post params instead of get to avoid putting op=email in the browser history 2016-10-28 11:52:28 +00:00
admin Bug 14629 - Add aggressive ISSN matching feature equivalent to the aggressive ISBN matcher 2016-10-28 11:58:14 +00:00
authorities Bug 16600 - Remove some obsolete references to Greybox in some templates 2016-07-08 13:03:26 +00:00
basket Bug 17109: [QA Follow-up] Die when wrong token 2016-09-09 13:37:47 +00:00
batch
catalogue Bug 15801: Koha::BiblioFrameworks - Remove C4::Koha::GetFrameworksLoop 2016-10-28 12:04:58 +00:00
cataloguing Bug 16800: Fix XSS in additem.pl 2016-09-25 13:10:59 +00:00
circ Bug 14610: Follow-up 2 2016-10-26 12:15:25 +00:00
common Bug 16752 - Remove the use of event attributes from some acquisitions templates - Funds 2016-09-15 13:56:42 +00:00
course_reserves Bug 17112: Action buttons for course reserves detail page 2016-09-09 13:17:50 +00:00
errors
help Bug 16978: Add delete reports user permission 2016-09-09 13:23:52 +00:00
installer
labels Bug 17083: Remove more event attributes from tools templates 2016-09-25 15:48:13 +00:00
members Bug 17434: Moremember displaying primary and secondary phone number twice 2016-10-28 11:46:24 +00:00
offline_circ Bug 17056 - Remove event attributes from various templates 2016-09-25 15:47:47 +00:00
patron_lists Bug 16778: Replace usage of Greybox modals with Bootstrap modals 2016-07-08 14:42:12 +00:00
patroncards Bug 14138: Patroncard: Warn user if PDF creation fails 2016-07-15 15:00:56 +00:00
plugins
reports Bug 7679 - Follow-up for terminology 2016-10-28 11:56:51 +00:00
reserve Bug 15758: Koha::Libraries - Remove GetBranches 2016-09-08 14:36:03 +00:00
reviews
rotating_collections Bug 15758: Koha::Libraries - Remove GetBranches 2016-09-08 14:36:03 +00:00
serials Bug 17245: Untranslatable abbreviated names of seasons. 2016-09-25 13:50:28 +00:00
services
sms
suggestion Bug 17056 - Remove event attributes from various templates 2016-09-25 15:47:47 +00:00
tags
test
tools Bug 5260 - Add option to send an order by e-mail to the acquisition module 2016-10-28 11:52:25 +00:00
virtualshelves Bug 17316: Do not display the list's name if the user does not have permission - Staff 2016-09-25 13:13:58 +00:00
about.tt Bug 7143 NEW added Kyle Hall as release manager. 2016-10-11 11:34:39 +00:00
auth.tt Bug 15758: Koha::Libraries - Remove GetBranches 2016-09-08 14:36:03 +00:00
intranet-main.tt Bug 17417 [Revised] Correct invalid markup around news on the staff client home page 2016-10-28 11:45:48 +00:00