mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[FIX] pms: fix wizard folio payment link
This commit is contained in:
@@ -63,6 +63,8 @@ class FolioPaymentLink(models.TransientModel):
|
||||
payment_link.link += (
|
||||
"&partner_id=%s" % payment_link.partner_id.id
|
||||
)
|
||||
if not acquirer or acquirer.state != "enabled":
|
||||
payment_link.link = False
|
||||
else:
|
||||
payment_link.link = False
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user