Skip to content

Commit

Permalink
temp rebasing PR 480 (5338b9e)
Browse files Browse the repository at this point in the history
  • Loading branch information
roboadhoc committed Apr 24, 2024
2 parents 268b066 + 5338b9e commit 91a4564
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion account_ux/models/account_bank_statement_line.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ def action_undo_reconciliation(self):
'statement_id': st_line.statement_id,
'date': st_line.date,
'amount': st_line.amount,
'extract_state': st_line.extract_state,
'journal_id': st_line.journal_id,
'move_type': st_line.move_type,
'partner_id': st_line.partner_id,
Expand Down

0 comments on commit 91a4564

Please sign in to comment.