🔧 Display + before the international prefix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user