tipaul
b38997925f
big commit, still breaking things...
...
* synch with rel_2_2. Probably the last non manual synch, as rel_2_2 should not be modified deeply.
* code cleaning (cleaning warnings from perl -w) continued
2005-10-26 09:11:02 +00:00
tipaul
e82eca42c9
see mail on koha-devel : code cleaning on Search.pm + normalizing API + use of biblionumber everywhere (instead of bn, biblio, ...)
2005-09-22 10:01:45 +00:00
rangi
af49cab023
Fixing typo channing ' to " so the title is stored in accountlines not $title
2005-09-06 05:34:52 +00:00
tipaul
52a123a1a4
fix for :
...
http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=858
* added a button to cancel issue
* adding checkbox to cancel reserve on the book (checked by default)
* the cancelation reserve is done on reserves done for a given item or for any item
Nelsonville, pls test & confirm it's OK
2004-12-15 10:47:09 +00:00
rangi
d9bda8b778
Fix for bug 605, committing here as well as the stable branch
2004-01-15 23:33:29 +00:00
slef
2075e13bf7
DBI call fix for bug 662
2003-12-15 16:07:36 +00:00
rangi
5a808e96ef
Fix for bug 621,
...
Returns not marking reserves waiting
2003-10-28 19:34:05 +00:00
rangi
63fc432b9e
Fixing a bug ine sql
2003-06-17 08:48:24 +00:00
wolfpac444
9f32a8adf0
Bug fixes.
2003-05-19 13:59:12 +00:00
wolfpac444
b65bd46a6b
*** empty log message ***
2003-05-05 11:51:20 +00:00
tipaul
7608bee7cf
removing warnings
2003-05-02 13:07:14 +00:00
tipaul
e565c001ee
some fixes
2003-04-24 16:29:09 +00:00
tipaul
844797459f
fix for #187
2003-04-07 14:05:24 +00:00
tipaul
452e65166c
fixes
2003-04-01 12:26:43 +00:00
acli
be5f5273fa
Tentatively export the "internal" function CalcReserveFee ; opac-reserves
...
uses it
Noted correct tab size
2003-02-06 07:41:28 +00:00
acli
b242ad44ec
Removed scoping-related perl warnings
2003-01-20 07:38:54 +00:00
finlayt
6800d04813
added small fix to UpdateReserve that fixes a bug coming from the calles from moremember.pl
2002-10-14 04:22:25 +00:00
arensb
bc9257875b
Added partial POD (but I don't understand reserves well enough to
...
continue).
Added magic RCS comment.
Added some explanatory comments.
Removed trailing whitespace.
Added some FIXME comments.
Moved comments in first column to where they wouldn't obscure the
indentation.
Removed unused finalizer.
2002-10-13 06:09:26 +00:00
arensb
125a9fafcf
Added some FIXME comments.
2002-10-12 07:31:35 +00:00
arensb
99298f3d92
Added some FIXMEs.
2002-10-09 14:13:31 +00:00
arensb
dbca39823f
Merged with arensb-context branch: use C4::Context->dbh instead of
...
&C4Connect, and generally prefer C4::Context over C4::Database.
2002-10-05 09:44:27 +00:00
finlayt
13e7c898df
Added the possiblity of deleting waiting reservesm or setting them back to not waiting.
...
uses UpdateReserve now, instead of updatereserves from Reserves2.pm
2002-09-27 05:21:44 +00:00
finlayt
69c03f2194
Little bug fixes.
2002-09-04 22:51:39 +00:00
finlayt
f0244671c4
Bug fix in ReserveWaiting to make sure only the record found is marked waiting.
2002-09-04 22:31:06 +00:00
finlayt
4d9cb5162d
rewrote CheckReserves so that it can be called with a barcode as well as on itemnumber.
2002-08-26 22:34:29 +00:00
finlayt
98239184b7
Fixed a bug in the reordering priorities in FillReserve and andother different bug in CheckReserves.
2002-08-21 01:31:16 +00:00
finlayt
7eab6cbfda
fixed up the CheckReserves.pm routine so that it does not put Referece items into "waiting" status if there is a reserve. Also fixed a bug in detail.pl.
2002-08-19 06:29:36 +00:00
finlayt
91fc634cdd
Fixed a really terrible bug! Took out the fixpriorities call in FillReserve. This is not necesary because the priorities are fixed up when the item is set to waiting in ReserveWaiting.
2002-08-15 03:31:02 +00:00
tonnesen
1e67687742
Added copyright statement to all .pl and .pm files
2002-08-14 18:12:50 +00:00
finlayt
c03d4f6f94
Fixxing bugs
2002-07-26 01:08:48 +00:00
finlayt
6eae239bb2
Changed FindReserves so that it gets biblioitem data if the reserve has a reserve constraint.
2002-07-25 21:41:10 +00:00
finlayt
55798ef08a
commented out a warn or two...
2002-07-24 04:00:33 +00:00
finlayt
34aee13b95
fixed bug that kept asigning reserved books to the same person!
2002-07-24 03:01:17 +00:00
tipaul
004519edbc
Merge from 1.2 and main branches
2002-07-02 15:46:42 +00:00
finlayt
0e69a3906e
improved all the code so that priorities are reset properly.
2002-06-06 02:47:53 +00:00
finlayt
7d603978ed
Added some subroutines.
...
All reserve activity should go through these.
CheckReserves (search on itemnumber),
CancelReserve (manages priorities correctly)
ReserveWaiting (sets a reserve record to waiting and sorts other priorities)
2002-05-29 04:39:12 +00:00
finlayt
4ecb80c5f2
Fixed typo
2002-04-23 00:34:16 +00:00
rangi
204ff647f3
Getting Iteminfo in Search to only display correct reserves (mainly used on
...
detail.pl) and another typo fix in moremember.pl
2002-03-13 03:26:43 +00:00
rangi
5849a03b30
Fix so that reserves are only showing for the biblioitem not the biblio on
...
the moremembers screen
2002-03-13 02:03:56 +00:00
rangi
79ebd030d6
Fixing reserve handling.
...
Mulitple copy reserves now handled correctly, and correct charges are being
applied
2001-11-25 20:17:53 +00:00
rangi
d0374d0037
Initial revision
2000-12-19 23:45:51 +00:00