[IMP] account_reconcile_oca: Avoid change of page when deleting a line

pull/691/head
Enric Tobella 2024-07-10 10:54:08 +02:00 committed by Luis Rodriguez
parent 1dd39fc695
commit 78bcf45722
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ export class AccountReconcileDataWidget extends Component {
return data;
}
onTrashLine(ev, line) {
ev.stopPropagation();
this.props.record.update({
manual_reference: line.reference,
manual_delete: true,