Fix warning
This commit is contained in:
parent
3f04952ce3
commit
fe8374e671
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ class HomePage(BasePage):
|
||||||
|
|
||||||
subscription = Subscription(phone)
|
subscription = Subscription(phone)
|
||||||
subscription.label = unicode(phone + u' - ' + credit + u' - ' + phoneplan)
|
subscription.label = unicode(phone + u' - ' + credit + u' - ' + phoneplan)
|
||||||
subscription.subscriber = owner
|
subscription.subscriber = unicode(owner)
|
||||||
expiredate = date(*reversed([int(x) for x in expiredate.split(".")]))
|
expiredate = date(*reversed([int(x) for x in expiredate.split(".")]))
|
||||||
subscription.validity = expiredate
|
subscription.validity = expiredate
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue