Skip to content

Commit f4e833e

Browse files
committed
include workflow state in contract listing
1 parent 1ddf88e commit f4e833e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

por/dashboard/forms/templates/contracts.pt

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<tr>
1515
<th i18n:translate="">Name</th>
1616
<th i18n:translate="">Contract</th>
17+
<th i18n:translate="">State</th>
1718
<th i18n:translate="">Days</th>
1819
<th i18n:translate="">Start Date</th>
1920
<th i18n:translate="">End Date</th>
@@ -23,6 +24,7 @@
2324
<tr>
2425
<td><a href="${request.fa_url('Contract', item.id)}">${item.name}</a></td>
2526
<td>${item.contract_number}</td>
27+
<td>${item.workflow_state}</td>
2628
<td>${item.days}</td>
2729
<td style="width: 150px">${item.start_date}</td>
2830
<td style="width: 150px">${item.end_date}</td>

0 commit comments

Comments
 (0)