Skip to content

Commit 68f9abd

Browse files
authored
KFSPTS-34234 Fix PREQ display (#1711)
1 parent 362c49b commit 68f9abd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/main/webapp/jsp/module/purap/PaymentRequest.jsp

+2-3
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
along with this program. If not, see <http://www.gnu.org/licenses/>.
1919
2020
--%>
21-
<%-- KualiCo 2023-04-19 base code version of the JSP with Cornell customizations applied. --%>
22-
2321
<%@ include file="/jsp/sys/kfsTldHeader.jsp" %>
2422

2523
<kul:documentPage showDocumentInfo="true"
@@ -40,7 +38,8 @@
4038
<%-- Cornell Customization: KFSPTS-1891 --%>
4139
<c:set var="wireEntryMode" value="${(canEdit || canSave) && KualiForm.editingMode['wireEntry']}" scope="request"/>
4240
<c:set var="frnEntryMode" value="${(canEdit || canSave) && KualiForm.editingMode['frnEntry']}" scope="request"/>
43-
41+
<c:set var="isPaymentRequestDocument" value="${true}" scope="request" />
42+
4443
<%-- Display hold message if payment is on hold --%>
4544
<c:if test="${KualiForm.paymentRequestDocument.holdIndicator}">
4645
<h4>This Payment Request has been Held by <c:out value="${KualiForm.paymentRequestDocument.lastActionPerformedByPersonName}"/></h4>

0 commit comments

Comments
 (0)