]> git.koha-community.org Git - koha.git/commit
Bug 35959: Fix C3 merge of Koha::Account::Debit, Koha::Account::Credit
authorJulian Maurice <julian.maurice@biblibre.com>
Fri, 5 Apr 2024 12:13:03 +0000 (14:13 +0200)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Fri, 5 Jul 2024 13:48:05 +0000 (15:48 +0200)
commit3d1b5932b4e1dc1ad9c3e00390a3fbb2a1d0c402
tree5d223ba57a75da9787a7f81aee6cfc2b4655a81e
parent4190e92f5e7318c15b1c4c441d55545a988ed751
Bug 35959: Fix C3 merge of Koha::Account::Debit, Koha::Account::Credit

Test plan:

Run the following commands

  perl -c Koha/Account/Debit.pm
  perl -c Koha/Account/Credit.pm

They should all print 'syntax OK'

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Koha/Account/Line.pm