]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1308934 - Change csv file attachment on Mozilla Reps Swag Request
authorSebastin Santy <sebastinssanty@gmail.com>
Sat, 29 Oct 2016 02:39:42 +0000 (08:09 +0530)
committerDylan William Hardison <dylan@hardison.net>
Mon, 31 Oct 2016 19:19:42 +0000 (12:19 -0700)
extensions/REMO/Extension.pm

index 695f126f8384e7e138c5d1e4b560a8eb94778c1e..df4e70c8007f68def232f8b7295b359429872520 100644 (file)
@@ -184,11 +184,11 @@ sub _remo_form_payment {
 
 my %CSV_COLUMNS = (
     "Date Required"   => { pos =>  1, value => '%cf_due_date' },
-    "Requester"       => { pos =>  2, value => 'Konstantina Papadea' },
-    "Email 1"         => { pos =>  3, value => 'kpapadea@mozilla.com' },
+    "Requester"       => { pos =>  2, value => 'Rizki Kelimutu' },
+    "Email 1"         => { pos =>  3, value => 'rkelimutu@mozilla.com' },
     "Mozilla Space"   => { pos =>  4, value => 'Remote' },
-    "Team"            => { pos =>  5, value => 'Community Engagement' },
-    "Department Code" => { pos =>  6, value => '2300' },
+    "Team"            => { pos =>  5, value => 'Participation' },
+    "Department Code" => { pos =>  6, value => '1002' },
     "Purpose"         => { pos =>  7, value => 'Rep event: %eventpage' },
     "Item 1"          => { pos =>  8  },
     "Item 2"          => { pos =>  9  },