Bug 2696: Fine payments should show what was paid for
authorKyle M Hall <kyle@bywatersolutions.com>
Thu, 21 Dec 2017 14:15:52 +0000 (14:15 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 24 Apr 2018 17:01:44 +0000 (14:01 -0300)
commit5643de4d79f274b35f92aa03f5f8cbc124359e52
tree102f9ee97060b5906fa595454ce64adc5dd6bc01
parent50c68497a26f50a66c59b182cae50bade708faf4
Bug 2696: Fine payments should show what was paid for

Test Plan:
1) Apply this patch and its' dependencies
2) Create and pay some various fees and fines
3) View the payments for fees, and fees paid by payments by
   using the new 'Details' button available on boraccount.pl

Signed-off-by: Lee Jamison <ldjamison@marywood.edu>
Running updatedatabase.pl after patch application makes dependencies
happy. Passes QA Tools and works as intended.

Rebased (2017-12-21): Alex Arnaud <alex.arnaud@biblibre.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Bug 2696: (QA follow-up) - Remove use of GetMember

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Koha/Account/Offset.pm
koha-tmpl/intranet-tmpl/prog/en/includes/account_offset_type.inc [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/includes/accounttype.inc [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/modules/members/accountline-details.tt [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt
members/accountline-details.pl [new file with mode: 0644]
t/db_dependent/Accounts.t