Skip to content

Commit

Permalink
wip:remove-xxx-todo-marks
Browse files Browse the repository at this point in the history
  • Loading branch information
suutari-ai committed Mar 19, 2017
1 parent 87ddc42 commit 225598b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions shuup/core/order_creator/_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,6 @@ class SourceLine(TaxableItem, Priceful, LineWithUnit):
_FIELDS = [
"line_id", "parent_line_id", "type",
"shop", "product", "supplier", "tax_class",
#XXX "sales_unit", "display_unit",
"quantity", "base_unit_price", "discount_amount",
"sku", "text",
"require_verification", "accounting_identifier",
Expand All @@ -637,8 +636,6 @@ class SourceLine(TaxableItem, Priceful, LineWithUnit):
"product": Product,
"supplier": Supplier,
"tax_class": TaxClass,
#XXX "sales_unit": SalesUnit,
#XXX "display_unit": DisplayUnit,
}
_PRICE_FIELDS = set(["base_unit_price", "discount_amount"])

Expand Down

0 comments on commit 225598b

Please sign in to comment.