mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
[IMP] account_reconcile_oca: Avoid change of page when deleting a line
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user