We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<class 'ZeroDivisionError'> division by zero Python version: 3.11.5 NetBox version: 3.6.3 Plugins: netbox_attachments: 3.0.1 netbox_inventory: 1.5.1
Difference { "purchase": null, "warranty_end": null, "warranty_start": null } { "purchase": 11, "warranty_end": "2011-02-16", "warranty_start": "2011-02-16" }
Probably a date difference of at least one should be required?
Manual fixed: update netbox_inventory_asset set warranty_end = '2013-02-16' where purchase = 11;
update netbox_inventory_asset set warranty_end = '2013-02-16' where purchase = 11;
The text was updated successfully, but these errors were encountered:
Could you let me know on which URL did this error occur?
Sorry, something went wrong.
Sorry, I updated an asset: /plugins/inventory/assets/ID/edit/ and added the purchase and warranty date.
/plugins/inventory/assets/ID/edit/
matejv
Successfully merging a pull request may close this issue.
Error
Changelog:
Probably a date difference of at least one should be required?
Manual fixed:
update netbox_inventory_asset set warranty_end = '2013-02-16' where purchase = 11;
The text was updated successfully, but these errors were encountered: