https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39969
--- Comment #3 from Theodoros Theodoropoulos <th...@lib.auth.gr> --- I'm not submitting a .patch file, because I know you'll fine-tune the code several times before it's accepted, you'll need a QA/test procedure, etc, but the simple/ugly looking but working prototype would be something like that: --- /home/koha/src/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt.orig 2025-05-20 17:55:30.691074105 +0300 +++ /home/koha/src/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt 2025-05-22 12:42:35.295432403 +0300 @@ -138,9 +138,6 @@ <li class="print_label"> <a class="dropdown-item submit-form-link" target="_blank" href="#" data-op="cud-add" data-number_list="[% item.itemnumber | html %]" data-number_type="itemnumber" data-method="post" data-action="/cgi-bin/koha/labels/label-edit-batch.pl" data-new_tab="true">Print label</a> </li> + <li class="show_barcode"> + <a class="dropdown-item" target="_blank" href="/cgi-bin/koha/svc/barcode?barcode=[% item.barcode | uri %]" >Show barcode</a> + </li> [% UNLESS item.nomod %] <li> <form id="[% item.itemnumber | html %]-delete-item-form" action="/cgi-bin/koha/cataloguing/additem.pl" method="post"> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list Koha-bugs@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/