]> git.koha-community.org Git - koha.git/commit
Bug 14787: Fix tidying issue in circulation.pl
authorMatt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
Wed, 12 Jun 2024 09:03:38 +0000 (09:03 +0000)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Wed, 30 Oct 2024 17:45:53 +0000 (18:45 +0100)
commit09638045fd94638ffd74d3cd4dd448162c4adde8
treed50c2a4a3994e969969c1d40881ddb5cf8cc92d7
parentd01f0b53334cb7d96b3bd0610bad4c2a5c542747
Bug 14787: Fix tidying issue in circulation.pl

There are large blocks of code in circulation.pl that are incorrectly indented. This means any new code placed within those blocks fails the QA tests as it automatically adds new untidy lines. This patch tidies the file to remove this issue and start from a clean position in terms of tidyness.

Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
circ/circulation.pl