Inits the workflow configuration
This commit is contained in:
parent
f66dac31c9
commit
e6e098b32e
286 changed files with 33660 additions and 64632 deletions
|
|
@ -59,16 +59,16 @@
|
|||
@Html.DisplayFor(model => model.Previsional)
|
||||
</dd>
|
||||
<dt>
|
||||
@Html.DisplayNameFor(model => model.Rejected)
|
||||
@Html.DisplayNameFor(model => model.Decided)
|
||||
</dt>
|
||||
<dd>
|
||||
@Html.DisplayFor(model => model.Rejected)
|
||||
@Html.DisplayFor(model => model.Decided)
|
||||
</dd>
|
||||
<dt>
|
||||
@Html.DisplayNameFor(model => model.RejectedAt)
|
||||
@Html.DisplayNameFor(model => model.DateModified)
|
||||
</dt>
|
||||
<dd>
|
||||
@Html.DisplayFor(model => model.RejectedAt)
|
||||
@Html.DisplayFor(model => model.DateModified)
|
||||
</dd>
|
||||
<dt>
|
||||
@Html.DisplayNameFor(model => model.Status)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue