https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41076 --- Comment #20 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- Just a side note but just intrigued by the first perltidy change in Auth.pm: @@ -1236,7 +1236,7 @@ sub checkauth { : Koha::Cash::Registers->search( { branch => $branchcode, branch_default => 1 }, { rows => 1 } - )->single; + )->single; I would have preferred to indent the two lines after ->search here.. Now the search parameters in the ternary else branch are on the same level as the single applied on the whole ternary result. -- You are receiving this mail because: You are watching all bug changes.