[Koha-bugs] [Bug 15524] Set limit on maximum possible holds per patron by category

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Feb 16 08:40:11 CET 2018


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

Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonathan.druart at bugs.koha-c
                   |                            |ommunity.org,
                   |                            |katrin.fischer at bsz-bw.de

--- Comment #29 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
Do we need a specific coding guideline to exclude new DBIx constructions like

+    my $rule = $schema->resultset('BranchBorrowerCircRule')->find(
+        {
+            branchcode   => $borrower->{branchcode},
+            categorycode => $borrower->{categorycode},
+        }
+    );

while we could do the same by creating Koha objects ?
We do not have this rule now.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list