Ryan Higgins
86ee8ee384
Add print slip to hold confirmation dialog.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-25 07:20:25 -05:00
Galen Charlton
9222f7a6ca
created old_issues and old_reserves tables
...
The new tables have the same structure and constraints
as the tables they archive with the following exceptions:
* borrowernumber and biblionumber in old_reserves can be
NULL
* the FK constraints (e.g., for itemnumber) on old_reserves
set the child column to NULL if the parent row is deleted
instead of deleting the child row.
* there is no FK constraint on old_issues.branchcode, allowing
a branch to be deleted without changing archived requests.
Some miscellaneous cleanup was done as part of this patch:
* GetMemberIssuesAndFines (C4::Members) now uses bind variables
* fixed POD for GetMemberIssuesAndFines
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-15 08:36:31 -05:00
Joe Atzberger
159f1b6293
Reserves.pm - BEGIN block VERSION and vars related to export.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-07 20:02:41 -06:00
Galen Charlton
25cb12ec97
add INIT block to import C4::Items
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-03 20:24:11 -06:00
Galen Charlton
9e7c94bf96
item rework: moved GetItem
...
Moved from C4::Biblio to C4::Items.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-03 16:24:04 -06:00
Chris Cormack
fdda3d48d1
Fix for bug 1708
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-30 20:51:24 -06:00
Chris Cormack
eddd6c2181
Fix for reserve notes not showing
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-11 18:42:45 -06:00
Chris Cormack
53be8065d1
Fix for bug 1456
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-22 19:58:14 -05:00
Chris Cormack
c3c520b385
Working on a fix for bug 1456
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-21 21:55:57 -05:00
Chris Cormack
b9c20fa9cf
Patch from Galen Charlton, removing $Id$ $Log$ and $Revision$ from files
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-18 20:22:01 -05:00
Paul POULAIN
7ec8571d88
#668 cancel reserve on checkout does not work
...
The reserve was cancelled only under certain circumstances (depending on reserve status)
cancelling everytime.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-08 15:51:03 -05:00
Henri-Damien LAURENT
04a108482d
BUG FIXING : Using LEFT JOIN in replacement of implicit inner joins. WARN NOT FULLY TESTED
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-10-03 14:58:35 -05:00
Joshua Ferraro
06d8e7d4cf
chmod 644 on all modules
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-10-02 19:11:35 -05:00
Chris Cormack
6c871b7847
Fix for a bug in reserves, if a charge was incurred we got a server error, and it wasnt listing the itemtypes available
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-10-01 18:25:19 -05:00
Chris Cormack
1a4fc157bf
Applying the fix for bug 1416 from paul
...
Had to edit the patch as it was corrupt
2007-09-20 17:39:43 -05:00
toins
a3135df486
really minor change : POD fixing, indentation & some compilation warn removing.
2007-07-26 15:18:46 +00:00
toins
6ec59c52b9
using 'our' instead of 'use vars' which is deprecated.
...
removing some compilation warns.
2007-07-12 15:22:09 +00:00
hdl
18cefded0e
Bug Fixing : Deleting an unused variable
2007-07-12 12:51:34 +00:00
hdl
a54c939f05
Bug Fixing : Reserves in OPAC or in intranet lead to an internal server error
2007-07-12 12:47:19 +00:00
hdl
6883d37fe7
Bug Fixing : reserves in OPAC and intranet.
2007-07-09 08:29:51 +00:00
toins
38f7d2148a
removing warn compilation.
2007-06-13 13:03:34 +00:00
tipaul
fb143b71ba
BIG COMMIT : cleaning of Reserves.pm. See detail on koha-devel
2007-04-24 16:10:36 +00:00
tipaul
4dea4d29b3
moving dotransfer to Biblio.pm::ModItemTransfer + some CheckReserves fixes
2007-04-24 09:07:53 +00:00
tipaul
9f42b8ad49
renaming currenttransfers to transferstoreceive
2007-04-23 15:21:17 +00:00
tipaul
3ddec89262
moving Reserves2.pm to Reserves.pm
2007-04-23 14:08:47 +00:00
tipaul
9d263d065b
replaced by Reserves2
2004-03-17 15:59:39 +00:00
tipaul
f8bde9b034
sync'ing with rel_2_0 (mostly prepare/execute pb, bug #662 )
2003-12-22 19:16:58 +00:00
arensb
fddab26c2e
Deleted unused variables.
...
Removed trailing whitespace.
2002-10-13 08:27:49 +00:00
arensb
125a9fafcf
Added some FIXME comments.
2002-10-12 07:31:35 +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
tonnesen
1e67687742
Added copyright statement to all .pl and .pm files
2002-08-14 18:12:50 +00:00
rangi
d0374d0037
Initial revision
2000-12-19 23:45:51 +00:00