From aad9a94d7da97d68f4d4289ae93d2665dedfd98e Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Wed, 23 Nov 2016 14:25:36 +0000 Subject: Bug 1264821 - We want to replace the project kick-off form with a contract request form --- .../create/comment-moz-project-review-finance.txt.tmpl | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'extensions/MozProjectReview/template/en/default/bug/create/comment-moz-project-review-finance.txt.tmpl') diff --git a/extensions/MozProjectReview/template/en/default/bug/create/comment-moz-project-review-finance.txt.tmpl b/extensions/MozProjectReview/template/en/default/bug/create/comment-moz-project-review-finance.txt.tmpl index eaa626a7e..f28658078 100644 --- a/extensions/MozProjectReview/template/en/default/bug/create/comment-moz-project-review-finance.txt.tmpl +++ b/extensions/MozProjectReview/template/en/default/bug/create/comment-moz-project-review-finance.txt.tmpl @@ -9,22 +9,28 @@ [% USE Bugzilla %] [% cgi = Bugzilla.cgi %] -[% PROCESS "bug/create/comment-moz-project-review.txt.tmpl" %] +[% PROCESS "bug/create/initial-questions-comment.txt.tmpl" %] -Finance Questions: +[% RETURN IF cgi.param('vendor_cost') != '< $25,000 PO Needed' && cgi.param('vendor_cost') != '> $25,000' %] +>> Finance Question -Vendor: [% cgi.param('finance_purchase_vendor') %] Is this line item in budget?: [%+ cgi.param('finance_purchase_inbudget') %] + What is the purchase for?: [%+ cgi.param('finance_purchase_what') %] + Why is the purchase needed?: [%+ cgi.param('finance_purchase_why') %] + What is the risk if not purchased?: [%+ cgi.param('finance_purchase_risk') %] -What is the alternative?: + +What is the alternative?: [%+ cgi.param('finance_purchase_alternative') %] -What is the urgency?: [% cgi.param('finance_purchase_urgency') %] + What is the shipping address?: [%+ cgi.param('finance_shipment_address') %] -Total Cost: [% cgi.param('finance_purchase_cost') %] + +Total not to exceed amount: +[%+ cgi.param('sow_vendor_total_max') %] -- cgit v1.2.3-24-g4f1b