Inline unused flag

This commit is contained in:
Christoph Atteneder 2018-10-26 17:11:27 +02:00
parent 73a99107e6
commit c183741fba
No known key found for this signature in database
GPG Key ID: CD5DC1C529CDFD3B

View File

@ -124,7 +124,7 @@ public abstract class GeneralSepaForm extends PaymentMethodForm {
flowPane.setId("flow-pane-checkboxes-bg");
dataProvider.forEach(country ->
fillUpFlowPaneWithCountries(true, checkBoxList, flowPane, country));
fillUpFlowPaneWithCountries(checkBoxList, flowPane, country));
updateCountriesSelection(checkBoxList);
}