Bugzilla – Attachment 152974 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.66 KB, created by
Jonathan Druart
on 2023-07-03 13:32:12 UTC
(
hide
)
Description:
Bug 33547: Add missing action button for non-table view
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2023-07-03 13:32:12 UTC
Size:
1.66 KB
patch
obsolete
>From 095e070df659a81655ce5b9e5ea702a1314e8ddf 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 > >Sponsored-by: BULAC - http://www.bulac.fr/ >Signed-off-by: BULAC - http://www.bulac.fr/ >--- > .../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 7208e6cad1b..6675ba3e7fd 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