Bug 22674: Change wording of payments in the GUI
[koha-equinox.git] / members / pay.pl
2019-04-10 Martin RenvoizeBug 22600: Add 'interface' to accountlines
2019-03-28 Josef MoravecBug 12159: Fix getting extended patron attributes for...
2019-03-11 Josef MoravecBug 19489: (QA follow-up) Remove passing issue_id in...
2019-03-11 Nazlı ÇetinBug 19489: Detailed Description of charges in Patron...
2018-11-29 Tomas Cohen AraziBug 18805: Add ability to use up account credits
2018-08-14 Jonathan DruartBug 20226: Centralize update child code (CATCODE_MULTI)
2018-07-13 Jonathan DruartBug 21008: Use Koha::Patron->is_child
2018-07-13 Tomas Cohen AraziBug 21008: Use patron object to get category_type
2018-07-06 Kyle M HallBug 19617: Allow 'writeoff of selected'
2018-07-06 Tomas Cohen AraziBug 20946: (QA follow-up) make outstanding_debits retur...
2018-07-06 Tomas Cohen AraziBug 20946: Use K::Account->outstanding_debits in pay...
2018-06-08 Nick ClemensBug 20120: (QA follow-up) display correct amount in...
2018-06-08 Kyle M HallBug 20120: Prevent writeoffs of more than the amount...
2018-02-23 Jonathan DruartBug 12001: Move GetMemberAccountRecords to the Koha...
2018-02-16 Jonathan DruartBug 18789: Remove adultborrower from the pay* scripts
2018-02-16 Jonathan DruartBug 18789: Use Koha::Patron->image from the templates
2018-02-16 Jonathan DruartBug 18789: Send Koha::Patron object to the templates
2018-02-12 Jonathan DruartBug 18403: Add sub output_and_exit_if_error - unknown_p...
2018-02-12 Jonathan DruartBug 18403: Update permissions - borrowers => 1|* become...
2018-02-05 Te Rauhina JacksonBug 20009: use Modern::Perl in Members perl scripts
2018-01-15 Jonathan DruartBug 19921: Fix update child when only one adult patron...
2017-12-22 Nick ClemensBug 19621: Use Koha.Preference on template side to...
2017-12-11 David BourgaultBug 11210: Writeoff partial amounts
2017-12-11 Jonathan DruartBug 10021: Only display outstanding fines in 'Pay fines'
2017-12-11 Jonathan DruartBug 10021: (QA follow-up) Rename variables
2017-12-11 Jonathan DruartBug 10021: Restore "Pay fines" list
2017-12-11 Jonathan DruartBug 10021: Drop columns notify_id and notify_level...
2017-09-07 Aleisha AmohiaBug 19258: Preventing warns when paying a fine or charg...
2017-09-07 Aleisha AmohiaBug 19258: Prevent warns when writing off an individual...
2017-08-25 Jonathan DruartBug 19080: Handle non-existing patrons gratefully
2017-07-10 Jonathan DruartBug 17829: Move GetMember to Koha::Patron
2017-06-05 Jonathan DruartBug 18179: Update existing calls
2017-04-28 Kyle M HallRevert "Bug 18179: Update existing calls"
2017-04-28 Jonathan DruartBug 18179: Update existing calls
2017-04-21 Nick ClemensBug 18423 - Followup - enable Add child button for...
2017-04-21 Nick ClemensBug 18423 - Add child button not always appearing ...
2017-01-19 Kyle M HallBug 17894 - Remove and replace WriteOffFee
2016-10-11 MarcBug 11217: The # in accountlines descriptions makes...
2016-09-08 Jonathan DruartBug 15758: Koha::Libraries - Remove GetBranches
2016-09-08 Jonathan DruartBug 15758: Koha::Libraries - Remove GetBranchName
2016-09-08 Jonathan DruartBug 15407: Koha::Patron::Categories - replace GetborCat...
2016-06-10 BlouBug 14605 - Corrects the individual fine's description
2016-03-04 Jonathan DruartBug 15635: Koha::Patron::Images - Remove GetPatronImage
2016-02-23 Jonathan DruartBug 15746: Same fix for "write off"
2016-01-27 Jonathan DruartBug 15353: Display the patron image where needed
2016-01-23 Jonathan DruartBug 15542: Always display the patron's info the same...
2015-12-11 Katrin FischerBug 14349: Checkouts and Fines tab missing category...
2015-08-20 Kyle M HallBug 14498: uri_escape error triggered by duplicate...
2015-06-22 Jonathan DruartBug 11804: Remove references to circ-menu.tt
2015-04-29 Marc VéronBug 4041: Third step - Display address on patron's...
2015-04-20 Jonathan DruartBug 9978: Replace license header with the correct licen...
2015-01-13 Jonathan DruartBug 11944: use CGI( -utf8 ) everywhere
2015-01-13 Jonathan DruartBug 11944: replace uri_escape with uri_escape_utf8...
2014-07-18 Owen LeonardBug 12542: Tabs inconsistency in different circ-menu...
2014-07-17 Tomas Cohen AraziBug 11349: Change .tmpl -> .tt in scripts using templates
2014-07-07 Viktor Sarge9245 Fixes visual bux with fines tab not highlighting
2014-04-17 Kyle M HallBug 9448: Add separate permission for writing off fees
2013-10-14 Kyle M HallBug 10636 - patronimage should have borrowernumber...
2013-05-21 Paul PoulainBug 6413 - QA Followup - Add notes for 'Pay selected'
2013-05-21 Chris HallBug 6413 Added ability to add a note when paying or...
2013-03-31 Owen LeonardBug 9917 - Routing list tab on patron account should...
2013-02-20 Jared Camins-EsakovBug 9582: Remove unused code from members/pay.pl
2013-02-10 Kyle M HallBug 9380 - branch not recording right on writeoff
2012-09-15 Stéphane DelauneBug 7671 : add a real primary key accountlines_id in...
2012-04-03 Dobrica PavlinusicBug 7859 - members/pay.pl plack scoping
2012-03-22 Dobrica PavlinusicBug 7769 - members/pay.pl: $template scoping for plack
2012-03-21 Kyle M HallBug 7597 - Part 4 - Change C4::Acounts::WriteOff to...
2012-03-21 Kyle M HallBug 7597 - Part 3 - fines not recording the right info...
2012-03-21 Kyle M HallBug 7597 - Part 2 - move sub writeoff to C4::Accounts
2012-03-21 Kyle M HallBug 7597 - Part 1 - fines not recording the right info...
2012-02-16 Maxime PelletierBug 6718 No manager_id saved for writeoff fines.
2012-02-02 Aleksa VujicicBug 6964 - 'Add child' function should be dependant...
2011-10-19 Owen LeonardFix for Bug 6980, Patron attributes are shown when...
2011-09-23 Henri-Damien LAURENTFix for Bug 5436 - Extended patron attributes display...
2011-09-12 Colin CampbellBug 3498 [ENH] Allow Partial Payment of Fines
2011-04-09 Stéphane DelauneBug 5728: adding note and manager_id fields to accountlines
2011-04-08 Owen LeonardAdditional fixes for Bug 5422, Separate state field...
2011-03-20 Paul PoulainBug 4330 : Adding some copyright BibLibre statements
2010-03-17 Lars WirzeniusFix FSF address in directory members/
2009-09-30 Henri-Damien LAURENTModifying Members : Add Mod and GetMember
2009-09-04 Garry CollumBug 2505: Enabled warnings in boraccount.pl and pay.pl.
2009-08-23 Sébastien Hindererbug 3464: Takes columns country and B_country of table...
2009-08-13 James Winter(Bug 3527) Removed unnecessary WHERE from UPDATE statement
2009-01-07 Michael HafenPut patron Privilege 'updatecharges' to use on fines...
2008-09-09 Danny Boumanbug2580: category name and home library will now correc...
2008-07-24 Ryan HigginsHide the payment/writeoff dropdown on lines that are...
2008-07-08 Owen LeonardMore changes to update-child process. Many scripts...
2008-07-08 Owen LeonardScripts missing check for Child category type would...
2008-05-12 Henri-Damien LAURENTBug Fixing 1782 patch
2008-03-25 Owen LeonardRemoving old patronimages js check, adding missing...
2008-03-15 Galen Charltonfix crash when recording payment for lost item
2008-03-15 Galen Charltonfix crash when writing off fine that is not associated...
2008-03-15 Galen Charltonafter processing payment, redirect to patron account...
2008-03-15 Galen Charltonfixed another non-initialized variable in TMPL_IF EXPR
2008-01-07 Chris CormackFix for bug 1730 fixing display for pay.pl
2007-12-04 Owen LeonardPassing "adultborrower" variable to the template so...
2007-11-04 Owen LeonardStandardizing information shown in sidebar when patron...
2007-10-18 Chris CormackPatch from Joe Atzberger to remove $Id$ and $Log$ from...
2007-10-18 Paul POULAINfines management (bugfixes & minor improvement)
2007-04-24 hdlStill Code Cleaning.
next