Datatables
This commit is contained in:
parent
02af5a1d84
commit
48dda22c8f
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue