Bug 20980: (follow-up) Offset name consistency
authorTomas Cohen Arazi <tomascohen@theke.io>
Sat, 23 Jun 2018 10:41:15 +0000 (07:41 -0300)
committerNick Clemens <nick@bywatersolutions.com>
Fri, 6 Jul 2018 12:50:07 +0000 (12:50 +0000)
commit65aacc1b1ded569a259f45c3abd5d1a73c3f37e6
tree0f46c379159eff77890caded515209e352f3226d
parent7b6c242d972e3edf5b4d75d6023a0ae1dc9d1f9d
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>
Koha/Account.pm