Bugzilla – Attachment 152260 Details for
Bug 33547
Print slips from the preservation module
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33547: Add missing action button for non-table view
Bug-33547-Add-missing-action-button-for-non-table-.patch (text/plain), 1.58 KB, created by
Jonathan Druart
on 2023-06-09 15:21:53 UTC
(
hide
)
Description:
Bug 33547: Add missing action button for non-table view
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2023-06-09 15:21:53 UTC
Size:
1.58 KB
patch
obsolete
>From 7e1687ae89f0d3e399ca0105fa3362103da32453 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 9 Jun 2023 17:18:18 +0200 >Subject: [PATCH] Bug 33547: Add missing action button for non-table view > >--- > .../prog/js/vue/components/Preservation/TrainsShow.vue | 9 ++++++++- > 1 file changed, 8 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/Preservation/TrainsShow.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/Preservation/TrainsShow.vue >index 51f94661bd3..b71dec3fefc 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/Preservation/TrainsShow.vue >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/Preservation/TrainsShow.vue >@@ -177,7 +177,14 @@ > selectTrainForCopy(item.train_item_id) > " > :title="$__('Copy')" >- ><i class="fa fa-copy"></i></a >+ ><i class="fa fa-copy"></i >+ ></a> >+ <a >+ v-if="item.processing.letter_code !== null" >+ role="button" >+ @click="printSlip(item.train_item_id)" >+ :title="$__('Print')" >+ ><i class="fa fa-print"></i></a > ></span> > </label> > <div class="attributes_values"> >-- >2.25.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 33547
:
149774
|
149775
|
152048
|
152257
|
152258
|
152259
|
152260
|
152971
|
152972
|
152973
|
152974
|
154204
|
154205
|
154206
|
154207
|
156892
|
156893
|
156894
|
156895
|
156966
|
156967
|
156968
|
156969
|
156970
|
157586
|
157587
|
157588
|
157589
|
157590