Fix for Bug 5689 - System preference notifications are not translatable
[koha.git] / C4 / Accounts.pm
2010-11-02 Chris CormackMerge remote branch 'kc/new/for-3.4/enh_bulkmarcimport...
2010-11-01 Chris CormackMerge remote branch 'kc/new/for-3.4/spelling' into...
2010-10-22 Galen Charltonfixing various links to point to *.koha-community.org
2010-07-08 Ian WallsFixes Bug 4978: longoverdues.pl claims undefined subrou...
2010-04-23 Galen CharltonMerge branch 'bug2505_patches' of git://git.catalyst...
2010-04-21 Donovan JonesBug 2505 - Add commented use warnings where missing...
2010-03-17 Lars WirzeniusFix FSF address in directory C4/
2010-02-17 J. David BavousettBug 3775: Accounts::chargelostitem uses title, but...
2010-01-27 Galen CharltonMerge commit 'pianohacker-koha/prefs-submit' into master
2009-12-02 Galen CharltonMerge commit 'koha-biblibre/master' into bl-acq
2009-09-30 Henri-Damien LAURENTModifying Members : Add Mod and GetMember
2009-08-10 Kyle M HallReverse Payment - Allows any payment to be 'undone...
2008-10-06 Michael Hafenbug: chargelostitem() didn't unset onloan on the item...
2008-08-10 Ryan HigginsUpdate longoverdue.pl cron job to manage setting lost...
2008-07-24 Ryan HigginsRemove 'Cash Refund' from manual invoice, as it calls...
2008-06-01 Owen LeonardFix for bug 2183, "Account tab needs spacing between...
2008-05-29 Joe AtzbergerCommented out fixaccounts (not used anywhere). Also...
2008-04-10 Galen Charltonbug 2006: do not crash when paying a lost item fine
2008-03-15 Galen Charltoncreated old_issues and old_reserves tables
2008-01-08 Chris CormackMore work on the til reconciliation report
2008-01-08 Chris CormackWork in progress, working on the til reconciliation...
2008-01-08 Joe AtzbergerAccounts.pm - BEGIN block VERSION and vars related...
2008-01-03 Galen Charltonitem rework: replace direct SQL update of items
2007-10-19 Chris CormackPatch from Galen Charlton, removing $Id$ $Log$ and...
2007-10-03 Joshua Ferrarochmod 644 on all modules
2007-08-15 Paul POULAINfixes to fine management
2007-08-08 Chris CormackMerge branch 'master' of /home/jmf/repos/koha-rm-root...
2007-08-08 Joshua FerraroMerge branch 'master' of /usr/local/git/koha_base.git/
2007-08-03 Chris CormackPerltidying
2007-07-15 rangiFix for bug 1313, silent failure when entering manual...
2007-07-02 rangiFix for bug 1314 manual credits broken
2007-04-23 tipaulcode convention for SQL
2007-04-23 hdlCode Cleaning Members.
2007-04-18 tipaulremoving all useless %env / $env
2007-04-04 tipaulHUGE COMMIT : code cleaning circulation.
2007-03-09 kadosmove Accounts2.pm to Accounts.pm
2005-10-26 tipaulcode cleaning : removing useless package (everything...
2005-09-22 tipaulsee mail on koha-devel : code cleaning on Search.pm...
2005-05-14 rangiFixing a line that was throwing up warnings when runnin...
2004-05-03 tipauladded param to checkaccount API
2003-12-15 slefDBI call fix for bug 662
2003-02-19 wolfpac444*** empty log message ***
2002-12-07 rangiAdded a note that this module is slated to be removed
2002-10-13 arensbReplaced expressions of the form "$x = $x <op> $y"...
2002-10-13 arensbAdded some FIXME comments.
2002-10-10 arensbAdded whitespace to make the POD work.
2002-10-09 arensbRemoved trailing whitespace that was breaking the POD.
2002-10-05 arensbMerged with arensb-context branch: use C4::Context...
2002-09-23 arensbFixed missing bits in POD.
2002-09-22 arensbAdded POD.
2002-08-14 tonnesenAdded copyright statement to all .pl and .pm files
2002-06-20 tonnesenMost of these merges are just removing unused parts...
2000-12-19 rangiInitial revision