Commit 68f9abd 1 parent 362c49b commit 68f9abd Copy full SHA for 68f9abd
File tree 1 file changed +2
-3
lines changed
src/main/webapp/jsp/module/purap
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 18
18
along with this program. If not, see <http://www.gnu.org/licenses/>.
19
19
20
20
--%>
21
- <%-- KualiCo 2023-04-19 base code version of the JSP with Cornell customizations applied. --%>
22
-
23
21
<%@ include file =" /jsp/sys/kfsTldHeader.jsp" %>
24
22
25
23
<kul:documentPage showDocumentInfo =" true"
40
38
<%-- Cornell Customization: KFSPTS-1891 --%>
41
39
<c:set var =" wireEntryMode" value =" ${ (canEdit || canSave) && KualiForm . editingMode[' wireEntry' ] } " scope =" request" />
42
40
<c:set var =" frnEntryMode" value =" ${ (canEdit || canSave) && KualiForm . editingMode[' frnEntry' ] } " scope =" request" />
43
-
41
+ <c:set var =" isPaymentRequestDocument" value =" ${ true } " scope =" request" />
42
+
44
43
<%-- Display hold message if payment is on hold --%>
45
44
<c:if test =" ${ KualiForm . paymentRequestDocument. holdIndicator} " >
46
45
<h4 >This Payment Request has been Held by <c:out value =" ${ KualiForm . paymentRequestDocument. lastActionPerformedByPersonName} " /></h4 >
You can’t perform that action at this time.
0 commit comments