LP1835127 Follow-up: Correct Translation Ids
authorJason Boyer <JBoyer@equinoxinitiative.org>
Fri, 30 Oct 2020 17:13:30 +0000 (13:13 -0400)
committerJason Boyer <JBoyer@equinoxinitiative.org>
Fri, 30 Oct 2020 17:13:30 +0000 (13:13 -0400)
Re-align the translation ids for the new booking permissions so
translations will apply correctly.

Signed-off-by: Jason Boyer <JBoyer@equinoxinitiative.org>
Open-ILS/src/sql/Pg/950.data.seed-values.sql

index c1e8ba7..7f72c91 100644 (file)
@@ -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'))
 ;