Bug 23805: (RM follow-up) Add credit_type relation to Koha::Account::Line
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Wed, 20 Nov 2019 10:17:27 +0000 (10:17 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Wed, 20 Nov 2019 11:56:41 +0000 (11:56 +0000)
commit75c2cbed874f32fafe4df31f832e9c3259b5e887
tree7161a57662bbfa3da7922576de55367cb2444873
parentc0a34045df6eb84c2622fcfc69ce48debb365a5d
Bug 23805: (RM follow-up) Add credit_type relation to Koha::Account::Line

The credit_type relation was missing when I pushed this patchset
originally; It is already referenced in the account description include
files and as such should be added

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Koha/Account/Line.pm