1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fixes #8377: Fix calculation of absolute cable lengths when specified in fractional units

This commit is contained in:
jeremystretch
2022-01-18 11:09:12 -05:00
parent 1584d51433
commit 38963e7960
5 changed files with 48 additions and 13 deletions

View File

@@ -2,6 +2,10 @@
## v3.1.7 (FUTURE)
### Bug Fixes
* [#8377](https://github.com/netbox-community/netbox/issues/8377) - Fix calculation of absolute cable lengths when specified in fractional units
---
## v3.1.6 (2022-01-17)