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

            Bug ID: 39717
           Summary: Stock rotation stages cannot be moved
 Change sponsored?: ---
           Product: Koha
           Version: Main
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Tools
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

In the routine Koha::StockRotationStage->move_to we are doing a stringwise
comparison of the position to move to, versus the count of stages

This works when we have a limited number of stages, but fails when we have
many:

perl -e 'warn "Yes" if "3" le "26"'

It's not.

Changing to <= seems to fix this

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
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/

Reply via email to