Skip to content

Commit

Permalink
[FIX] account_ux: remove extract_state on undo_rec
Browse files Browse the repository at this point in the history
closes #480

X-original-commit: c598a37
Signed-off-by: Filoquin adhoc <maq@adhoc.com.ar>
Signed-off-by: Juan José Scarafía <jjs@adhoc.com.ar>
  • Loading branch information
ica-adhoc authored and jjscarafia committed Apr 24, 2024
1 parent 268b066 commit 4f10802
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 4f10802

Please sign in to comment.