Skip to content

Commit

Permalink
🔧 Display + before the international prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffo99 committed May 6, 2021
1 parent deab244 commit 2c5cdef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def text(self, w: "worker.Worker"):
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
Expand Down

0 comments on commit 2c5cdef

Please sign in to comment.