Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KFSPTS-34234 Fix PREQ display #1711

Merged
merged 2 commits into from
Mar 12, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions src/main/webapp/jsp/module/purap/PaymentRequest.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.

--%>
<%-- KualiCo 2023-04-19 base code version of the JSP with Cornell customizations applied. --%>

<%@ include file="/jsp/sys/kfsTldHeader.jsp" %>

<kul:documentPage showDocumentInfo="true"
Expand All @@ -40,7 +38,8 @@
<%-- Cornell Customization: KFSPTS-1891 --%>
<c:set var="wireEntryMode" value="${(canEdit || canSave) && KualiForm.editingMode['wireEntry']}" scope="request"/>
<c:set var="frnEntryMode" value="${(canEdit || canSave) && KualiForm.editingMode['frnEntry']}" scope="request"/>

<c:set var="isPaymentRequestDocument" value="${true}" scope="request" />

<%-- Display hold message if payment is on hold --%>
<c:if test="${KualiForm.paymentRequestDocument.holdIndicator}">
<h4>This Payment Request has been Held by <c:out value="${KualiForm.paymentRequestDocument.lastActionPerformedByPersonName}"/></h4>
Expand Down