View | Details | Raw Unified | Return to bug 38428
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stockrotation.tt (-2 / +1 lines)
Lines 549-555 Link Here
549
                                                [%- END -%]
549
                                                [%- END -%]
550
550
551
                                                [%- IF !transfer -%]
551
                                                [%- IF !transfer -%]
552
                                                    <a id="remove_item_from_stage_[% item_id | html %]_[% rota.id | html %]" class="btn btn-default btn-xs submit-form-link" action="/cgi-bin/koha/tools/stockrotation.pl" data-op="cud-remove_item_from_stage" data-item_id="[% sritem.id | html %]" data-stage_id="[% sritem.stage.stage_id | html %]" data-rota_id="[% rota.id | html %]" data-method="post" data-confirmation-msg="[% t('Are you sure you wish to remove this item from its rota?') %]">
552
                                                    <a id="remove_item_from_stage_[% item_id | html %]_[% rota.id | html %]" class="btn btn-default btn-xs submit-form-link" action="/cgi-bin/koha/tools/stockrotation.pl" data-op="cud-remove_item_from_stage" data-item_id="[% sritem.id | html %]" data-stage_id="[% sritem.stage.stage_id | html %]" data-rota_id="[% rota.id | html %]" data-method="post" data-confirmation-msg="[% t('Are you sure you wish to remove this item from its rota?') | html %]">
553
                                                [%- ELSE -%]
553
                                                [%- ELSE -%]
554
                                                    <a class="btn btn-default btn-xs" disabled="disabled">
554
                                                    <a class="btn btn-default btn-xs" disabled="disabled">
555
                                                [%- END -%]
555
                                                [%- END -%]
556
- 

Return to bug 38428