[Koha-bugs] [Bug 32030] Electronic resource management (ERM)

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Nov 7 06:32:28 CET 2022


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

--- Comment #14 from Victor Grousset/tuxayo <victor at tuxayo.net> ---
At "sub agreement_relationships"

+        my $back_links = {
+            'supersedes'       => 'is-superseded-by',
+            'is-superseded-by' => 'supersedes',
+            'provides_post-cancellation_access_for' =>
'has-post-cancellation-access-in',
+            'has-post-cancellation-access-in'       =>
'provides_post-cancellation_access_for',
+            'tracks_demand-driven_acquisitions_for' =>
'has-demand-driven-acquisitions-in',
+            'has-demand-driven-acquisitions-in'     =>
'tracks_demand-driven_acquisitions_for',
+            'has_backfile_in'  => 'has_frontfile_in',
+            'has_frontfile_in' => 'has_backfile_in',
+            'related_to'       => 'related_to',
+        };


What are the rules for using - or _? Like "has-demand-driven-acquisitions-in"
and "tracks_demand-driven_acquisitions_for"
Just in case, with some greps I double checked that there wasn't a mixup
between - and _ anywhere, all good! 👍️

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


More information about the Koha-bugs mailing list