]> git.ipfire.org Git - thirdparty/bugzilla.git/blob
eaa626a7e227d96f7663d2137fb39d6810c41d1e
[thirdparty/bugzilla.git] /
1 [%# This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
4 #
5 # This Source Code Form is "Incompatible With Secondary Licenses", as
6 # defined by the Mozilla Public License, v. 2.0.
7 #%]
8
9 [% USE Bugzilla %]
10 [% cgi = Bugzilla.cgi %]
11
12 [% PROCESS "bug/create/comment-moz-project-review.txt.tmpl" %]
13
14 Finance Questions:
15
16 Vendor: [% cgi.param('finance_purchase_vendor') %]
17 Is this line item in budget?:
18 [%+ cgi.param('finance_purchase_inbudget') %]
19 What is the purchase for?:
20 [%+ cgi.param('finance_purchase_what') %]
21 Why is the purchase needed?:
22 [%+ cgi.param('finance_purchase_why') %]
23 What is the risk if not purchased?:
24 [%+ cgi.param('finance_purchase_risk') %]
25 What is the alternative?:
26 [%+ cgi.param('finance_purchase_alternative') %]
27 What is the urgency?: [% cgi.param('finance_purchase_urgency') %]
28 What is the shipping address?:
29 [%+ cgi.param('finance_shipment_address') %]
30 Total Cost: [% cgi.param('finance_purchase_cost') %]