Fix subscriber field

This commit is contained in:
Florent 2012-04-24 18:50:31 +02:00 committed by Romain Bignon
commit c9616639af
2 changed files with 2 additions and 2 deletions

View file

@ -40,7 +40,7 @@ class HomePage(BasePage):
subscription = Subscription(phone)
subscription.label = phone + ' - ' + phoneplan
subscription.owner = owner
subscription.subscriber = owner
l.append(subscription)

View file

@ -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)