This commit is contained in:
behruz-dev
2025-10-28 16:44:29 +05:00
parent 0899595781
commit a542613841
3 changed files with 8 additions and 6 deletions

View File

@@ -85,9 +85,7 @@ class MultipleOrderCreateSerializer(serializers.Serializer):
employee=self.context.get('user'),
)
orders.append(order)
body = f"""
{user.full_name} {order.project_folder.name} uchun {order.wherehouse.name} ombor ga {order.quantity} {order.unity.value} {order.product.name} ga buyurtma berdi. Buyurtma
yetkazish sanasi {common_date}
body = f"""{user.full_name} {order.project_folder.name} uchun {order.wherehouse.name} ombor ga {order.quantity} {order.unity.value} {order.product.name} ga buyurtma berdi. Buyurtma yetkazish sanasi {common_date} \n screen: /supply
"""
notify_user(user=user, title="Ta'minot",body=body)