Skip to content

Commit

Permalink
Added Chris Trengove and Chris Kuper to AUTHORS.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenmcd committed Nov 11, 2015
2 parents f354f72 + a11365b commit 4552bd0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,6 @@
* Mathias Ettinger
* David Sanders
* Sergey Maranchuk
* David Unric
* David Unric
* Chris Trengove
* Chris Kuper
2 changes: 1 addition & 1 deletion cartridge/shop/checkout.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def initial_order_data(request, form_class=None):
user_models.insert(0, get_profile_for_user(request.user))
except ProfileNotConfigured:
pass
for order_field in OrderForm._meta.fields:
for order_field in form_class._meta.fields:
check_fields = [order_field]
for prefix in ("billing_detail_", "shipping_detail_"):
if order_field.startswith(prefix):
Expand Down

0 comments on commit 4552bd0

Please sign in to comment.