Commit graph

21 commits

Author SHA1 Message Date
tipaul
6e9e3cf3ab templating stuff : use of gettemplate method 2002-10-28 18:00:57 +00:00
arensb
7197a3735b Added magic RCS comment.
Removed trailing whitespace.
2002-10-13 07:31:21 +00:00
arensb
876c361191 (bug fix): Titles and due dates weren't being retrieved properly due
to missing braces.
Added bug report: the item type still isn't being displayed.
2002-10-10 15:19:50 +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
dnmeid
0379fec072 templatified 2002-09-30 14:16:34 +00:00
finlayt
ee9ee388f7 Fixed bug so that items appear as reserved only when they actually are! 2002-09-30 00:53:27 +00:00
rangi
8663e9c121 calc_charges expects to be passed a database handler, this wasnt happening, which was breaking this page 2002-09-14 01:20:12 +00:00
tonnesen
1e67687742 Added copyright statement to all .pl and .pm files 2002-08-14 18:12:50 +00:00
tonnesen
46c2ff9804 Merged in optional ethnicity fix from rel-1-2 2002-06-27 21:16:20 +00:00
rangi
6175e505a5 Fixing syntax error 2002-05-22 04:30:44 +00:00
pate
5e8ec73231 moved ethnicity fixups into C4::Koha, eventually to be replaced with a better
(non-NZ specific) solution.
2002-04-15 16:17:21 +00:00
pate
0376493cd4 refactored slashifyDate function out of inline code, created C4/Koha.pm
to hold it and wrote tests for it, started marking other places for
potential refactoring.
2002-04-08 23:44:43 +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
9339f8831a Typo fix (doh!) 2002-03-13 02:46:07 +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
ce15a83f74 Turned off the tidy accounts feature in the view accounts screen
(boraccount.pl)
And got it so outstanding credits are shown on the moremember.pl (view
member screen)
2001-05-02 21:11:41 +00:00
rangi
d8c989af63 Commenting out the code that doesnt allow renewals if a renewal has already occured 2001-03-29 02:11:36 +00:00
rangi
60debf9886 Changing the form so it passes through a modify value to tell the script to show the flags 2001-03-07 21:02:48 +00:00
rangi
d413475697 Got a link from items on issue thru to item details (like in the circ module)
And also stopped already renewed books from being renewable in the issues list
2001-02-21 22:17:58 +00:00
rangi
58a8ef5bbb Changed it so you cant renew a book that is on request, made a link from
the on request text to the request(reserve) data
2001-01-31 19:34:12 +00:00
rangi
d0374d0037 Initial revision 2000-12-19 23:45:51 +00:00