feat: added sku and resetted migrations
This commit is contained in:
+1
-3
@@ -1,8 +1,6 @@
|
||||
from decimal import Decimal
|
||||
from typing import Iterable
|
||||
|
||||
from shop.models import OrderLine, Tax, Product, Order, Customer
|
||||
from django.db.models import QuerySet
|
||||
from shop.models import OrderLine, Product, Order, Customer
|
||||
|
||||
|
||||
def create_order_line_for_product(product: Product, quantity: Decimal, order: Order):
|
||||
|
||||
Reference in New Issue
Block a user