Fix for PINES customized LI attr def pinesfix_LIattrdef
authorTiffany Little <tlittle@georgialibraries.org>
Tue, 20 Dec 2022 16:05:31 +0000 (11:05 -0500)
committerTiffany Little <tlittle@georgialibraries.org>
Tue, 20 Dec 2022 16:05:31 +0000 (11:05 -0500)
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.

Open-ILS/src/sql/Pg/version-upgrade/pines-post-3.10-upgrade.sql

index e4e0521..1cfd270 100644 (file)
@@ -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;