From: Sebastin Santy Date: Sat, 29 Oct 2016 02:39:42 +0000 (+0530) Subject: Bug 1308934 - Change csv file attachment on Mozilla Reps Swag Request X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1adc638028cbf4261bd582d5ca338e8009835995;p=thirdparty%2Fbugzilla.git Bug 1308934 - Change csv file attachment on Mozilla Reps Swag Request --- diff --git a/extensions/REMO/Extension.pm b/extensions/REMO/Extension.pm index 695f126f8..df4e70c80 100644 --- a/extensions/REMO/Extension.pm +++ b/extensions/REMO/Extension.pm @@ -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 },