2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 12:35:46 +00:00

remove dead code

This commit is contained in:
Matthias
2022-01-21 00:30:51 +01:00
parent c44565f9e3
commit ff897ccc41
3 changed files with 0 additions and 4 deletions

View File

@ -92,5 +92,4 @@ class OrderMatchItemForm(MatchItemForm):
default_amount=clean_decimal(row.get('purchase_price', '')),
)
# return default
return super().get_special_field(col_guess, row, file_manager)