verbesserungen Migration PL

This commit is contained in:
Ralph Soika 2025-08-28 13:10:39 +02:00
parent 3a08e83581
commit 734fe57d09
3 changed files with 5844 additions and 1 deletions

View file

@ -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
*

View file

@ -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>

File diff suppressed because it is too large Load diff