Implemented fixes for bug 170
authoracli <acli>
Wed, 5 Feb 2003 06:28:56 +0000 (06:28 +0000)
committeracli <acli>
Wed, 5 Feb 2003 06:28:56 +0000 (06:28 +0000)
commitf475af255f969f409647210d5076ea828f2b5ccd
tree29a57477eede5149365610b15dd33007887a5678
parentd5ba0cd0001398fefbf6e756cffdea3b4aceda0b
Implemented fixes for bug 170
1. Circ2::returnbook will throw an exception if $branch is undef
2. branch/printer-getting code is modularized into getbranch and getprinter
   with correct logic from circulation.pl (temporarily put into Circ2.pm)
3. circulation.pl and returns.pl modified to use above functions

Noted correct tab sizes for the files; returns.pl partially reformatted to
conform to the dominant correct tab size

Handle non-latin1 charsets for returns.pl
C4/Circulation/Circ2.pm
circ/circulation.pl
circ/returns.pl