[Koha-bugs] [Bug 32335] Allow stock rotation items to be moved several stages ahead

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jan 27 10:20:18 CET 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32335

Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA
                 CC|                            |m.de.rooy at rijksmuseum.nl

--- Comment #5 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
                                                 [% IF !in_transit &&
stages.size > 1 %]
                                                     <a class="btn btn-default
btn-xs" href="?op=move_to_next_stage&rota_id=[% rota.id | uri
%]&item_id=[% sritem.id | uri %]&stage_id=[% sritem.stage.stage_id |
uri %]">
                                                 [% ELSE %]
-                                                    <a class="btn btn-default
btn-xs" disabled>
+                                                    <a class="btn btn-default
btn-xs" href="?op=move_to_next_stage&rota_id=[% rota.id | uri
%]&item_id=[% sritem.id | uri %]&stage_id=[% sritem.stage.stage_id |
uri %]" title="Item is in transit, it will be directed to new stage when
checked in">
                                                 [% END %]

Just looking at this code. I am wondering how you could say that the item is in
transit? Since we also have the stages.size condition !
Needs feedback.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list