mirror of
https://github.com/Steffo99/greed.git
synced 2024-11-21 21:44:19 +00:00
🔧 Display + before the international prefix
This commit is contained in:
parent
deab2445eb
commit
2c5cdef2d4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue