update
This commit is contained in:
parent
b116c162e7
commit
b39b18d8d1
2 changed files with 3024 additions and 1 deletions
|
|
@ -29,7 +29,8 @@
|
||||||
<c:forEach items="#{sepaController.dbtrList}" var="dbtr">
|
<c:forEach items="#{sepaController.dbtrList}" var="dbtr">
|
||||||
<f:selectItem itemLabel="#{dbtr.item['name']}" itemValue="#{dbtr.item['name']}" />
|
<f:selectItem itemLabel="#{dbtr.item['name']}" itemValue="#{dbtr.item['name']}" />
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
<f:selectItem itemLabel="Lastschrift" itemValue="direct_debit" />
|
<f:selectItem itemLabel="Lastschrift" itemValue="direct_debit" />
|
||||||
|
<f:selectItem itemLabel="Gutschrift" itemValue="credit" />
|
||||||
</h:selectOneMenu>
|
</h:selectOneMenu>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
|
||||||
3022
workflow/rechnungseingang-de-1.0.5.bpmn
Normal file
3022
workflow/rechnungseingang-de-1.0.5.bpmn
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue