Bug 20980: (follow-up) Offset name consistency
authorTomas Cohen Arazi <tomascohen@theke.io>
Sat, 23 Jun 2018 10:41:15 +0000 (07:41 -0300)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Thu, 2 Aug 2018 15:33:08 +0000 (16:33 +0100)
commit450a2e75927d2aff4b7ad2d4643dd253972c9f1c
tree8abb221b2ec77d871d414589ff831e1166f2e868
parent3572fd14045ddf0d5025c932c23380671d623569
Bug 20980: (follow-up) Offset name consistency

This patch makes 'credit' account types generate 'Manual Credit' offset.
The original patch used 'Payment' but I think the code wants to
distinguish between payments and manually added credits (otherwise they
would've picked the same accounttype value, and they don't.

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
(cherry picked from commit 65aacc1b1ded569a259f45c3abd5d1a73c3f37e6)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Koha/Account.pm