mirror of
https://github.com/inventree/InvenTree.git
synced 2026-05-23 09:35:30 +00:00
Null units fix (#3663)
* Hide units on part page if units are null * Hide null units in stock table * Hide null units in supplier part table * Hide null units in part tables * Template cleanup * Unit test fix
This commit is contained in:
@@ -49,7 +49,7 @@ class StockDetailTest(StockViewTestCase):
|
||||
|
||||
# Quantity
|
||||
self.assertIn('<h5>Available Quantity</h5>', html)
|
||||
self.assertIn('<h5>4000 </h5>', html)
|
||||
self.assertIn('<h5>4000', html)
|
||||
|
||||
# Batch code
|
||||
self.assertIn('Batch', html)
|
||||
|
||||
Reference in New Issue
Block a user