[Bug 15524] Set limit on maximum possible holds per patron by category
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15524 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@bugs.koha-c | |ommunity.org, | |katrin.fischer@bsz-bw.de --- Comment #29 from Marcel de Rooy <m.de.rooy@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.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org