]> git.koha-community.org Git - koha.git/commit
Bug 1201 fixed by changing transferbook. Books will no longer be returned by transfer...
authorgenji <genji>
Sun, 28 Jan 2007 01:29:28 +0000 (01:29 +0000)
committergenji <genji>
Sun, 28 Jan 2007 01:29:28 +0000 (01:29 +0000)
commit3393c9dc5fa80fde61b19e604096f1da852cc40f
treef3dcaf26fee1b5fba34be1730187f227bbe1da2d
parent84543d9543b713ef83d4fc60e60cb10d9457bd58
Bug 1201 fixed by changing transferbook. Books will no longer be returned by transferbook. Thus, breaking the loop. Transfer book should be used when transfering books from branch to branch. if a book is returned at a branch, transfer the book there. if a book is transfered to a branch, while its on loan, set holding to the new branch. Useful if a borrower moves branches, while borrowing books.
C4/Circulation/Circ2.pm