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

--- Comment #14 from Victor Grousset/tuxayo <[email protected]> ---
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.
_______________________________________________
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