(@opv1,@opGId,'Printed','1','Printed',NULL,0,0,1,'Payment that has had cheque or other payment created via PDF or csv download. The default status.',0,1,1,NULL,1,NULL),
(@opv3,@opGId,'Stopped','2','Stopped',NULL,0,0,2,'The bank has been told to put a Stop Payment on the cheque or payment. Usually caused by a lost cheque that is being replaced by a newly printed one.',0,1,1,NULL,1,NULL),
...
...
@@ -137,7 +137,7 @@ SELECT @opv1 := id FROM civicrm_option_value WHERE name = 'Accepting Applicatio
(1,'Find Grant Payments','Find Grant Payments','civicrm/grant/payment/search?reset=1','access CiviGrant','AND',@parentId2,1,1,@weight=@weight+1),
(1,'New Grant Program','New Grant Program','civicrm/grant_program?action=add&reset=1','access CiviCRM,access CiviGrant,edit grants','AND',@parentId2,1,0,@weight=@weight+1),
...
...
@@ -294,7 +293,7 @@ SELECT @contactId := contact_id FROM civicrm_domain WHERE id = 1;
('grant_info_too_late','Grant Info Too Late','Grant becomes ineligible due to information being provided too late if the information is still being waited for when the course end date is more than this number of days in the past.',1,1);
@@ -92,28 +88,6 @@ DELETE FROM civicrm_navigation WHERE parent_id = @parentId2 AND label = 'Find Gr
DELETEFROMcivicrm_navigationWHEREparent_id=@parentId2ANDlabel='New Grant Program'ANDname='New Grant Program'ANDurl='civicrm/grant_program?action=add&reset=1';