From: Tiffany Little Date: Tue, 20 Dec 2022 16:05:31 +0000 (-0500) Subject: Fix for PINES customized LI attr def X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fpinesfix_LIattrdef;p=evergreen%2Fpines.git Fix for PINES customized LI attr def This fix totally broke the brief record creator. Initially couldn't write to DB and then once rolled back the form no longer appears. Keeping for posterity and possible future usefulness. --- diff --git a/Open-ILS/src/sql/Pg/version-upgrade/pines-post-3.10-upgrade.sql b/Open-ILS/src/sql/Pg/version-upgrade/pines-post-3.10-upgrade.sql index e4e0521bbd..1cfd270022 100644 --- a/Open-ILS/src/sql/Pg/version-upgrade/pines-post-3.10-upgrade.sql +++ b/Open-ILS/src/sql/Pg/version-upgrade/pines-post-3.10-upgrade.sql @@ -51,6 +51,5 @@ UPDATE asset.stat_cat SET opac_visible=false WHERE opac_visible=true; -- Patron stat cats UPDATE actor.stat_cat SET opac_visible=false WHERE opac_visible=true; - COMMIT;