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

pull/668/head
Enric Tobella 2024-07-10 10:54:08 +02:00
parent 67c75bb6ad
commit 320bc45e48
1 changed files with 1 additions and 0 deletions

View File

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