Koha/circ
Marcel de Rooy f539428d06 Bug 20472: Add format field to the interface
We need to add the format to the forms entering new requests:
  opac/opac-request-article
  circ/request-article
If the pref contains multiple formats like SCAN|PHOTOCOPY, the first listed
format will be preselected on the request form. If there is only one option,
we should not disable the select however. (Possibly hide it.)

If we have no mandatory fields, we should not allow the submit of a complete
empty form (check on OPAC).

And we need to show the format of pending requests on forms:
  opac/opac-user
  circ/request-article (biblio detail tab)
  circ/article-requests (staff form to handle requests)
  members/moremember (Article requests tab at the bottom)
  circ/circulation (Checkout/Article requests tab)
Note: The last two forms use the same include file.

Test plan:
[1] Add an article request via opac or staff. Choose Scan.
[2] Verify that you see the Scan format on opac-user and the
    above-mentioned staff forms.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2021-07-12 15:47:34 +02:00
..
add_message.pl Bug 28591: Don't pass debug to get_template_and_user 2021-06-22 12:04:32 +02:00
article-request-slip.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
article-requests.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
bookcount.pl Bug 28572: Remove C4::Debug 2021-06-22 12:04:32 +02:00
branchoverdues.pl Bug 28572: Remove C4::Debug 2021-06-22 12:04:32 +02:00
branchtransfers.pl Bug 28382: Set trigger to 'Reserve' when actioning a reserve transfer 2021-06-14 16:10:16 +02:00
checkout-notes.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
circulation-home.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
circulation.pl Bug 18912: Display more info when using itemBarcodeFallbackSearch 2021-04-21 15:25:07 +02:00
del_message.pl Bug 28591: Don't pass debug to get_template_and_user 2021-06-22 12:04:32 +02:00
hold-transfer-slip.pl Bug 28606: Remove $DEBUG and $ENV{DEBUG} 2021-06-24 11:53:44 +02:00
offline-mf.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
offline.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
on-site_checkouts.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
overdue.pl Bug 28572: Remove C4::Debug 2021-06-22 12:04:32 +02:00
pendingreserves.pl Bug 28581: Use 'from_email_address' where appropriate 2021-06-23 15:09:55 +02:00
renew.pl Bug 27549: "use of uninitialized value" warning on renew.pl 2021-02-01 17:20:37 +01:00
request-article.pl Bug 20472: Add format field to the interface 2021-07-12 15:47:34 +02:00
reserveratios.pl Bug 28572: Remove C4::Debug 2021-06-22 12:04:32 +02:00
returns.pl Bug 24434: Unit tests for updateWrongTransfer 2021-06-15 15:49:16 +02:00
set-library.pl Bug 28591: Don't pass debug to get_template_and_user 2021-06-22 12:04:32 +02:00
transfer-slip.pl Bug 28606: Remove $DEBUG and $ENV{DEBUG} 2021-06-24 11:53:44 +02:00
transfers_to_send.pl Bug 28591: Don't pass debug to get_template_and_user 2021-06-22 12:04:32 +02:00
transferstoreceive.pl Bug 28591: Don't pass debug to get_template_and_user 2021-06-22 12:04:32 +02:00
view_holdsqueue.pl Bug 28591: Don't pass debug to get_template_and_user 2021-06-22 12:04:32 +02:00
waitingreserves.pl Bug 28591: Don't pass debug to get_template_and_user 2021-06-22 12:04:32 +02:00
ysearch.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00