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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stockrotation.tt (-2 / +1 lines)
Lines 503-509 Link Here
503
                                                [% IF !in_transit && stages.size > 1 %]
503
                                                [% IF !in_transit && stages.size > 1 %]
504
                                                    <a class="btn btn-default btn-xs" href="?op=move_to_next_stage&amp;rota_id=[% rota.id | uri %]&amp;item_id=[% sritem.id | uri %]&amp;stage_id=[% sritem.stage.stage_id | uri %]">
504
                                                    <a class="btn btn-default btn-xs" href="?op=move_to_next_stage&amp;rota_id=[% rota.id | uri %]&amp;item_id=[% sritem.id | uri %]&amp;stage_id=[% sritem.stage.stage_id | uri %]">
505
                                                [% ELSE %]
505
                                                [% ELSE %]
506
                                                    <a class="btn btn-default btn-xs" disabled>
506
                                                    <a class="btn btn-default btn-xs" href="?op=move_to_next_stage&amp;rota_id=[% rota.id | uri %]&amp;item_id=[% sritem.id | uri %]&amp;stage_id=[% sritem.stage.stage_id | uri %]" title="Item is in transit, it will be directed to new stage when checked in">
507
                                                [% END %]
507
                                                [% END %]
508
                                                    <i class="fa fa-arrow-right"></i>
508
                                                    <i class="fa fa-arrow-right"></i>
509
                                                    Move to next stage
509
                                                    Move to next stage
510
- 

Return to bug 32335