https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41076

--- Comment #20 from Marcel de Rooy <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to