From d4e084b1db85859ef452e6c895c5e7b63224819a Mon Sep 17 00:00:00 2001 From: ismail Date: Sun, 27 Jul 2025 18:25:21 +0300 Subject: [PATCH] update --- inventory/management/commands/seed.py | 1 + 1 file changed, 1 insertion(+) diff --git a/inventory/management/commands/seed.py b/inventory/management/commands/seed.py index 3c575c06..27bfe1fe 100644 --- a/inventory/management/commands/seed.py +++ b/inventory/management/commands/seed.py @@ -114,4 +114,5 @@ class Command(BaseCommand): price=additional_service["price"], description=additional_service["description"], dealer=dealer, + uom="Unit" )