[Koha-bugs] [Bug 18936] Convert issuingrules fields to circulation_rules

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Feb 3 17:08:31 CET 2020


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

--- Comment #139 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Created attachment 98330
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=98330&action=edit
Bug 18936: (follow-up 2) Add foreign key and scope enhancement to circ rules

The previous patch modifies:
-                categorycode => undef,
-                itemtype     => undef,
-                branchcode   => $branch,
+                branchcode   => undef,

But in that condition $branchcode is not '*' and so we should not set it
to undef

Signed-off-by: Minna Kivinen <minna.kivinen at hamk.fi>

Signed-off-by: Joonas Kylmälä <joonas.kylmala at helsinki.fi>

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


More information about the Koha-bugs mailing list