INSERT INTO config.circ_matrix_matchpoint
(active, org_unit, grp, circulate) VALUES ( TRUE, 1, 900, FALSE);
+-- hold matchpoints have to match the group exactly to overcome
+-- conflicting match weights.
INSERT INTO config.hold_matrix_matchpoint (
active, usr_grp, requestor_grp, ref_flag, holdable,
distance_is_from_owner, include_frozen_holds, stop_blocked_user,
strict_ou_match
-) VALUES (TRUE, 900, 1, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE);
+) VALUES (TRUE, 901, 1, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE);
+
+INSERT INTO config.hold_matrix_matchpoint (
+ active, usr_grp, requestor_grp, ref_flag, holdable,
+ distance_is_from_owner, include_frozen_holds, stop_blocked_user,
+ strict_ou_match
+) VALUES (TRUE, 902, 1, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE);
-- modify OPAC_LOGIN perm so that's not applied to Users,