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 483-489 Link Here
483
                                                [% IF !in_transit && stages.size > 1 %]
483
                                                [% IF !in_transit && stages.size > 1 %]
484
                                                    <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 %]">
484
                                                    <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 %]">
485
                                                [% ELSE %]
485
                                                [% ELSE %]
486
                                                    <a class="btn btn-default btn-xs" disabled>
486
                                                    <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">
487
                                                [% END %]
487
                                                [% END %]
488
                                                    <i class="fa fa-arrow-right"></i>
488
                                                    <i class="fa fa-arrow-right"></i>
489
                                                    Move to next stage
489
                                                    Move to next stage
490
- 

Return to bug 32335