bug fix - gutschrift
This commit is contained in:
parent
62435591d7
commit
7ae22da078
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@
|
||||||
</h:selectOneMenu>
|
</h:selectOneMenu>
|
||||||
<ui:fragment id="creditnoteaccountselector_id"
|
<ui:fragment id="creditnoteaccountselector_id"
|
||||||
rendered="#{'credit' eq workflowController.workitem.item['payment.type']}">
|
rendered="#{'credit' eq workflowController.workitem.item['payment.type']}">
|
||||||
#{custom['payment.booking.account']}: <h:selectOneMenu required="true"
|
#{custom['payment.booking.account']}: <h:selectOneMenu required="false"
|
||||||
value="#{workflowController.workitem.item['payment.booking.account']}" style="width: 7em;">
|
value="#{workflowController.workitem.item['payment.booking.account']}" style="width: 7em;">
|
||||||
<c:forEach
|
<c:forEach
|
||||||
items="#{businessPartnerController.getAccounts(workflowController.workitem.item['partner.id'])}"
|
items="#{businessPartnerController.getAccounts(workflowController.workitem.item['partner.id'])}"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue