Bug 10855: interface configuration for adding new fields to subscriptions
authorJonathan Druart <jonathan.druart@biblibre.com>
Thu, 29 Aug 2013 11:32:30 +0000 (13:32 +0200)
committerTomas Cohen Arazi <tomascohen@theke.io>
Fri, 2 Oct 2015 18:10:30 +0000 (15:10 -0300)
commit3cfdc833bd832b034fc976e2082d0080947e2d4b
tree35b59c70c7f5f3d681feeee60d02a2cf6f2994f1
parent4a14d1c82b05b150cecbec2a862b4f28fbb08586
Bug 10855: interface configuration for adding new fields to subscriptions

This patch adds an interface configuration for adding fields to
subscriptions.

Test plan:
- go to serials/serials-home.pl
- click on the "Add subscription fields" link on the left of the screen
- try to add/update/delete new fields
You are not abble to add a field with an authorised value category and a
marcfield. Columns are sortable
- for the rest, you should have, at least:
  * a new field named af1, sortable, linked to a category
  * a new field named af2, sortable, linked to a marcfield
  * a new field named af3, not sortable

Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
koha-tmpl/intranet-tmpl/prog/en/modules/serials/add_fields.tt [new file with mode: 0644]
serials/add_fields.pl [new file with mode: 0755]