]> git.koha-community.org Git - koha.git/commit
Bug 35959: Fix C3 merge of 5 modules
authorJulian Maurice <julian.maurice@biblibre.com>
Fri, 5 Apr 2024 11:56:22 +0000 (13:56 +0200)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Fri, 5 Jul 2024 13:48:03 +0000 (15:48 +0200)
commit86acd6ec619ef74a70a2c7aa0d38a55b3c072ea7
treee96146f692c8516d12bad8d53302aaccfe51aec5
parent98bcde6143139c0ac511f78436bde8a8a75178a1
Bug 35959: Fix C3 merge of 5 modules

Test plan:

Run the following commands:

  perl -c Koha/AuthorisedValue.pm
  perl -c Koha/Patron/Category.pm
  perl -c Koha/Patron/Attribute/Type.pm
  perl -c Koha/Account/DebitType.pm
  perl -c Koha/Account/CreditType.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/Object/Limit/Library.pm