[IMP] account_reconcile_oca: Avoid change of page when deleting a line
parent
67c75bb6ad
commit
320bc45e48
|
@ -65,6 +65,7 @@ export class AccountReconcileDataWidget extends Component {
|
|||
return data;
|
||||
}
|
||||
onTrashLine(ev, line) {
|
||||
ev.stopPropagation();
|
||||
this.props.record.update({
|
||||
manual_reference: line.reference,
|
||||
manual_delete: true,
|
||||
|
|
Loading…
Reference in New Issue