From: Jason Boyer Date: Fri, 30 Oct 2020 17:13:30 +0000 (-0400) Subject: LP1835127 Follow-up: Correct Translation Ids X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=925b940012d13e6916f069393cf21fe621fb8170;p=Evergreen.git LP1835127 Follow-up: Correct Translation Ids Re-align the translation ids for the new booking permissions so translations will apply correctly. Signed-off-by: Jason Boyer --- diff --git a/Open-ILS/src/sql/Pg/950.data.seed-values.sql b/Open-ILS/src/sql/Pg/950.data.seed-values.sql index c1e8ba760c..7f72c91078 100644 --- a/Open-ILS/src/sql/Pg/950.data.seed-values.sql +++ b/Open-ILS/src/sql/Pg/950.data.seed-values.sql @@ -1940,9 +1940,9 @@ INSERT INTO permission.perm_list ( id, code, description ) VALUES 'View booking resource types', 'ppl', 'description')), ( 622, 'VIEW_BOOKING_RESOURCE', oils_i18n_gettext(622, 'View booking resources', 'ppl', 'description')), - ( 625, 'VIEW_BOOKING_RESERVATION', oils_i18n_gettext(623, + ( 625, 'VIEW_BOOKING_RESERVATION', oils_i18n_gettext(625, 'View booking reservations', 'ppl', 'description')), - ( 626, 'VIEW_BOOKING_RESERVATION_ATTR_MAP', oils_i18n_gettext(624, + ( 626, 'VIEW_BOOKING_RESERVATION_ATTR_MAP', oils_i18n_gettext(626, 'View booking reservation attribute maps', 'ppl', 'description')) ;