blob: f28658078a0629c2a8306f6162ea9bcbb9e4d141 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
[%# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
# This Source Code Form is "Incompatible With Secondary Licenses", as
# defined by the Mozilla Public License, v. 2.0.
#%]
[% USE Bugzilla %]
[% cgi = Bugzilla.cgi %]
[% PROCESS "bug/create/initial-questions-comment.txt.tmpl" %]
[% RETURN IF cgi.param('vendor_cost') != '< $25,000 PO Needed' && cgi.param('vendor_cost') != '> $25,000' %]
>> Finance Question
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?:
[%+ cgi.param('finance_purchase_alternative') %]
What is the shipping address?:
[%+ cgi.param('finance_shipment_address') %]
Total not to exceed amount:
[%+ cgi.param('sow_vendor_total_max') %]
|