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:
parent
ddca40a5d4
commit
4fad116545
1 changed files with 8 additions and 1 deletions
|
@ -183,7 +183,14 @@
|
||||||
selectTrainForCopy(item.train_item_id)
|
selectTrainForCopy(item.train_item_id)
|
||||||
"
|
"
|
||||||
:title="$__('Copy')"
|
: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>
|
></span>
|
||||||
</label>
|
</label>
|
||||||
<div class="attributes_values">
|
<div class="attributes_values">
|
||||||
|
|
Loading…
Reference in a new issue