]> git.koha-community.org Git - koha.git/commit
Bug 33547: Add print slip
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 12 Apr 2023 13:20:12 +0000 (15:20 +0200)
committerTomas Cohen Arazi <tomascohen@theke.io>
Mon, 23 Oct 2023 14:33:51 +0000 (11:33 -0300)
commit10649d492181ea347cc76cb186e73fc642a9d4ad
tree76d3b8d97e797a7cf73ce46b618ced53c86007a2
parentebc28a9753cedf06676b8a6fbb233fbe28ce8678
Bug 33547: Add print slip

Sponsored-by: BULAC - http://www.bulac.fr/
Signed-off-by: BULAC - http://www.bulac.fr/
Signed-off-by: Heather Hernandez <heather_hernandez@nps.gov>
Signed-off-by: Laurence Rault <laurence.rault@biblibre.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
17 files changed:
C4/Letters.pm
Koha/Preservation/Train/Item.pm
api/v1/swagger/definitions/preservation_processing.yaml
api/v1/swagger/paths/preservation_trains.yaml
debian/templates/apache-shared-intranet.conf
installer/data/mysql/atomicupdate/bug_33547.pl [new file with mode: 0755]
installer/data/mysql/en/mandatory/sample_notices.yml
installer/data/mysql/kohastructure.sql
koha-tmpl/intranet-tmpl/prog/en/modules/preservation/home.tt
koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt
koha-tmpl/intranet-tmpl/prog/js/vue/components/Preservation/SettingsProcessingsFormAdd.vue
koha-tmpl/intranet-tmpl/prog/js/vue/components/Preservation/SettingsProcessingsShow.vue
koha-tmpl/intranet-tmpl/prog/js/vue/components/Preservation/TrainsShow.vue
koha-tmpl/intranet-tmpl/prog/js/vue/fetch/preservation-api-client.js
preservation/home.pl
preservation/print_slip.pl [new file with mode: 0755]
t/db_dependent/Koha/Preservation/Trains.t