🔧 Display + before the international prefix

This commit is contained in:
Stefano Pigozzi
2021-05-07 01:30:50 +02:00
parent deab2445eb
commit 2c5cdef2d4

View File

@@ -198,7 +198,7 @@ class Transaction(TableDeclarativeBase):
if self.payment_name:
string += f" | {self.payment_name}"
if self.payment_phone:
string += f" | {self.payment_phone}"
string += f" | +{self.payment_phone}"
if self.payment_email:
string += f" | {self.payment_email}"
return string