verbesserungen Migration PL
This commit is contained in:
parent
3a08e83581
commit
734fe57d09
3 changed files with 5844 additions and 1 deletions
|
|
@ -248,6 +248,10 @@ public class OPListController implements Serializable {
|
|||
return invoiceList;
|
||||
}
|
||||
|
||||
public void reset() {
|
||||
invoiceList = null;
|
||||
}
|
||||
|
||||
/**
|
||||
* On Before Process we store the selected invoices in $worktiemRef
|
||||
*
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
<h:selectOneRadio value="#{opListController.currencyFilter}" style="float:right;" rendered="#{!readonly}">
|
||||
<f:selectItem itemLabel="#{custom['form.all']}" itemValue="-" />
|
||||
<f:selectItems value="#{aglConfigController.getSelectItems('currency.out')}" />
|
||||
<f:ajax render="oplist-table" />
|
||||
<f:ajax render="oplist-table" listener="#{opListController.reset()}" />
|
||||
</h:selectOneRadio>
|
||||
|
||||
|
||||
|
|
|
|||
5839
workflow/pl/rechnungseingang-pl-1.0.9.bpmn
Normal file
5839
workflow/pl/rechnungseingang-pl-1.0.9.bpmn
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue