[Koha-bugs] [Bug 35784] New: Wrong POD for updateWrongTransfer

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jan 12 10:52:27 CET 2024


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

            Bug ID: 35784
           Summary: Wrong POD for updateWrongTransfer
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: m.de.rooy at rijksmuseum.nl
        QA Contact: testopia at bugs.koha-community.org

=head2 updateWrongTransfer

  $items =
updateWrongTransfer($itemNumber,$borrowernumber,$waitingAtLibrary,$FromLibrary);

This function validate the line of brachtransfer but with the wrong destination
(mistake from a librarian ...), and create a new line in branchtransfer from
the actual library to the original library of reservation

=cut

Check this with parameters in code:

sub updateWrongTransfer {
    my ( $itemNumber,$waitingAtLibrary,$FromLibrary ) = @_;


NOTE: $FromLibrary is NOT USED at all.

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


More information about the Koha-bugs mailing list