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/
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>
This commit is contained in:
Jonathan Druart 2023-06-09 17:18:18 +02:00 committed by Tomas Cohen Arazi
parent ddca40a5d4
commit 4fad116545
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -183,7 +183,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">