Skip to content

Commit

Permalink
Merge PR #144 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by huguesdk
  • Loading branch information
OCA-git-bot committed Oct 22, 2024
2 parents aadff78 + 148b853 commit 5f8b88f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cooperator/models/subscription_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def check_iban(self, iban):
def _compute_name(self):
for sub_request in self:
if sub_request.is_company:
sub_request.name = self.company_name
sub_request.name = sub_request.company_name
else:
sub_request.name = " ".join(
part
Expand Down

0 comments on commit 5f8b88f

Please sign in to comment.