Skip to content

Commit

Permalink
[14.0][FIX] account_payment_paired_internal_transfer:
Browse files Browse the repository at this point in the history
    - Adjusted to make the payment copy obtain the same date instead of taking the current date.
  • Loading branch information
kaynnan committed Aug 9, 2023
1 parent a0baa1a commit 658dea0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ def _create_paired_internal_transfer_payment(self):
and "inbound"
or "outbound",
"move_id": None,
"date": payment.date,
"ref": payment.ref,
"paired_internal_transfer_payment_id": payment.id,
}
Expand Down

0 comments on commit 658dea0

Please sign in to comment.