Skip to content
Snippets Groups Projects

Resolve "Show student number while looking at proof for raise request"

2 files
+ 3
0
Compare changes
  • Side-by-side
  • Inline

Files

@@ -33,6 +33,8 @@
<div class="mb-2 flex vertical gap-0">
<span th:text="|Student: ${request.person.displayName}|"></span>
<span th:text="|Student Number: ${request.person.number}|"></span>
<span th:text="|Current pay scale: ${request.currentPayScale}|"></span>
<span
th:text="|Requested pay scale: ${request.payScale.detailedString()}|"></span>
</div>
Loading