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

--- Comment #7 from Eric Garcia <[email protected]> ---
Created attachment 170110
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=170110&action=edit
Bug 33641: Code changes

To test:

1. Apply patch, restart_all, updatedatabase
2. Check out an item to a patron
3. Query the database
    - select return_branch from issues;     should return NULL
    - select branchcode from issues;        should return the branchcode of the
library you checkout the item out from
    - select return_branch from old_issues; should match the branchcode from
the previous query

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
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