LP#2006749: Fix call to ou_ancestor_setting_perm_check in AppUtils.pm
authorJason Stephenson <jason@sigio.com>
Thu, 9 Feb 2023 16:22:58 +0000 (11:22 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Thu, 9 Feb 2023 18:28:33 +0000 (13:28 -0500)
commitc4624f9f59f24a96edff84f2e1a79ade627ac71c
treec078a0aa303f550079102217bac3d904143f10ca
parentf5c8a9715d0648f946c8549e4874822af24f3880
LP#2006749: Fix call to ou_ancestor_setting_perm_check in AppUtils.pm

The $self and $e arguments are missing when the ou_ancestor_setting
subroutine calls ou_ancestor_setting_perm_check in AppUtils.

The $coust argument also need to be $coust->view_perm->code for the
allowed check in ou_ancestor_setting_perm_check.

This commit corrects the call to ou_ancestor_setting_perm_check.

Signed-off-by: Jason Stephenson <jason@sigio.com>
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Open-ILS/src/perlmods/lib/OpenILS/Application/AppUtils.pm