Minor fix report added column diference days last purchase date

This commit is contained in:
wilson gomez 2021-09-17 10:27:38 -05:00
parent 32e4aae42d
commit a49d8a3cda
2 changed files with 0 additions and 1 deletions

View File

@ -419,7 +419,6 @@ class WarehouseReport(Report):
row_dict[col.name] = row[i]
history_purchase[row[0]] = row_dict
print(history_purchase)
report_context['group_by_location'] = data['group_by_location']
report_context['records'] = products
report_context['prod_sup'] = prod_sup

Binary file not shown.