Fix comment
This commit is contained in:
parent
a5de57b63d
commit
ecea304d8b
1 changed files with 1 additions and 1 deletions
|
@ -409,7 +409,7 @@ def discount_status(request, form):
|
|||
@report_view("Product Line Items By Date & Customer", form_type=forms.ProductAndCategoryForm)
|
||||
def product_line_items(request, form):
|
||||
''' Shows each product line item from invoices, including their date and
|
||||
purchashing customer. '''
|
||||
purchasing customer. '''
|
||||
|
||||
products = form.cleaned_data["product"]
|
||||
categories = form.cleaned_data["category"]
|
||||
|
|
Loading…
Reference in a new issue