Subject: Acquisition Request Notification
Dear [% user.family_name %], [% user.first_given_name %]
-Our records indicate the following acquisition request has been rejected for this reason: .
+Our records indicate the following acquisition request has been rejected for this reason: [% cancel_reason %]
Title: [% title %]
[% IF author %]Author: [% author %][% END %]
( 17, 'usr' ),
( 18, 'usr' ),
- ( 19, 'usr' )
+ ( 19, 'usr' ),
+ ( 19, 'cancel_reason' )
;
SELECT SETVAL('action_trigger.event_definition_id_seq'::TEXT, 100);
Subject: Acquisition Request Notification
Dear [% user.family_name %], [% user.first_given_name %]
-Our records indicate the following acquisition request has been rejected for this reason: .
+Our records indicate the following acquisition request has been rejected for this reason: [% cancel_reason %]
Title: [% title %]
[% IF author %]Author: [% author %][% END %]
path
) VALUES
( 18, 'usr' ),
- ( 19, 'usr' )
+ ( 19, 'usr' ),
+ ( 19, 'cancel_reason' )
;
COMMIT;