Datatables
This commit is contained in:
parent
02af5a1d84
commit
48dda22c8f
|
|
@ -80,7 +80,7 @@ class PaymentListVM {
|
|||
filter: state.paymentUIState.listUIState.filter,
|
||||
listState: state.paymentListState,
|
||||
onPaymentTap: (context, payment) {
|
||||
if (store.state.invoiceListState.isInMultiselect()) {
|
||||
if (store.state.paymentListState.isInMultiselect()) {
|
||||
handlePaymentAction(
|
||||
context, [payment], EntityAction.toggleMultiselect);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue