This commit is contained in:
Sam
2021-03-02 13:55:10 +00:00
parent 4a0a9c3788
commit 794250a6ab
3 changed files with 0 additions and 4 deletions

View File

@@ -245,7 +245,6 @@ def product_loader(csv_reader, user, company=None):
counter += 1
except Exception as e:
logging.error(f"Could not parse {counter}: {str(e)}")
import ipdb; ipdb.set_trace()
history.quantity = counter
history.save()