Fix subscriber field
This commit is contained in:
parent
2befef94a1
commit
c9616639af
2 changed files with 2 additions and 2 deletions
|
|
@ -40,7 +40,7 @@ class HomePage(BasePage):
|
|||
|
||||
subscription = Subscription(phone)
|
||||
subscription.label = phone + ' - ' + phoneplan
|
||||
subscription.owner = owner
|
||||
subscription.subscriber = owner
|
||||
|
||||
l.append(subscription)
|
||||
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ class HomePage(BasePage):
|
|||
|
||||
subscription = Subscription(phone)
|
||||
subscription.label = unicode(phone + u' - ' + credit + u' - ' + expiredate + u' - ' + phoneplan)
|
||||
subscription.owner = owner
|
||||
subscription.subscriber = owner
|
||||
|
||||
l.append(subscription)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue