Datatables

This commit is contained in:
Hillel Coren 2020-01-11 23:52:27 +02:00
parent 02af5a1d84
commit 48dda22c8f
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ class PaymentListVM {
filter: state.paymentUIState.listUIState.filter, filter: state.paymentUIState.listUIState.filter,
listState: state.paymentListState, listState: state.paymentListState,
onPaymentTap: (context, payment) { onPaymentTap: (context, payment) {
if (store.state.invoiceListState.isInMultiselect()) { if (store.state.paymentListState.isInMultiselect()) {
handlePaymentAction( handlePaymentAction(
context, [payment], EntityAction.toggleMultiselect); context, [payment], EntityAction.toggleMultiselect);
} else { } else {