'Allow the user to update a record note', 'ppl', 'description')),
( 635, 'DELETE_RECORD_NOTE', oils_i18n_gettext(635,
'Allow the user to delete a record note', 'ppl', 'description')),
+ ( 640, 'ADMIN_STUDENT_CARDS', oils_i18n_gettext(636,
+ 'Modify student card settings', 'ppl', 'description')),
( 636, 'ADMIN_STAFF_PORTAL_PAGE', oils_i18n_gettext( 636,
'Update the staff client portal page', 'ppl', 'description' )),
( 637, 'UPLOAD_COVER_IMAGE', oils_i18n_gettext(637,
'Upload local cover images for added content.', 'ppl', 'description')),
( 638, 'RUN_SIMPLE_REPORTS', oils_i18n_gettext(638,
'Build and run simple reports', 'ppl', 'description')),
- ( 639, 'ADMIN_STUDENT_CARDS', oils_i18n_gettext(636,
- 'Modify student card settings', 'ppl', 'description'))
+ ( 639, 'ADMIN_FUND_ROLLOVER', oils_i18n_gettext(639,
+ 'Allow the user to perform fund propagation and rollover', 'ppl', 'description'))
;
SELECT SETVAL('permission.perm_list_id_seq'::TEXT, 1000);