tipaul
e57535b581
fix for #297 and some others bugs
2003-04-23 12:20:26 +00:00
tipaul
a067d70c35
code cleaning
2002-12-13 10:36:22 +00:00
arensb
eff606ba56
Replaced expressions of the form "$x = $x <op> $y" with "$x <op>= $y".
...
Thus, $x = $x+2 becomes $x += 2, and so forth.
2002-10-13 11:32:14 +00:00
arensb
5c91d43a43
Added some FIXME comments.
2002-10-13 05:49:13 +00:00
arensb
fa873de1fd
Added whitespace to make the POD work.
...
Simplified references.
2002-10-10 04:29:39 +00:00
arensb
f32b071f5c
Fixed typo in synopsis.
2002-10-07 00:33:50 +00:00
arensb
c3a1bd7117
Replaced several prepare()/execute()/finish() sequences with do().
2002-10-05 23:57:39 +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
arensb
780b60f0d3
Added POD.
...
Removed extraneous trailing whitespace.
2002-09-28 04:56:26 +00:00
tonnesen
1e67687742
Added copyright statement to all .pl and .pm files
2002-08-14 18:12:50 +00:00
tonnesen
68e13b2c78
Removed use warnings; which breaks perl 5.005
2002-07-02 20:49:44 +00:00
tonnesen
6897cec04d
Most of these merges are just removing unused parts of the perl modules.
2002-06-20 18:56:52 +00:00
rangi
0b9ab3723f
Fix for manual invoices
2002-03-11 03:36:41 +00:00
rangi
2dc62d4bc4
More little bug fixes in the manual credits section
2001-05-15 23:05:43 +00:00
rangi
a254455342
Added facility to do a cash refund.
...
Also HLT allows ppl to work off their bill,so added a facility to do manual
credit for that
2001-05-09 23:22:10 +00:00
rangi
462acc56e4
Added functions to add credits and invoices to borrowers account
2001-05-02 21:13:15 +00:00
rangi
8f0109b7c8
Fixed a bug in the return lost routine (when a payment is made on a lost item)
...
So that the correct date was being recorded
2001-05-01 23:24:50 +00:00
rangi
5f8d3937df
Add functionality so that when the replacement cost of a lost item is paid
...
Its returned off the members/patrons card. And a note is placed on the item
saying that its been paid for.
The item stays marked as lost. But the patron does not accrue more fines
2001-04-18 02:51:18 +00:00
rangi
fb870fb2c8
Reworking statistics for payments and writeoffs
2001-04-02 22:51:26 +00:00
rangi
e295b51570
Modified the update stats routine to store borrowernumbers also
...
Passing borrowernumbers to update stats from Account routines
2001-03-27 21:43:37 +00:00
rangi
d0374d0037
Initial revision
2000-12-19 23:45:51 +00:00