Site Sections: Satchmo Main | Wiki | Demo Store |

Changeset 1379

Show
Ignore:
Timestamp:
08/05/2008 05:16:04 AM (1 year ago)
Author:
bkroeze
Message:

fixing requirement to login to checkout, closes #481

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • satchmo/trunk/satchmo/payment/common/views/common_contact.py

    r1348 r1379  
    4343 
    4444        if form.is_valid(): 
    45             if contact is None and request.user
     45            if contact is None and request.user and request.user.is_authenticated()
    4646                contact = Contact(user=request.user) 
    4747            custID = form.save(contact=contact, update_newsletter=False)