updte my_distributions_excel

This commit is contained in:
7nimor
2025-08-02 08:44:10 +03:30
parent f59542252b
commit 88a1842adb
2 changed files with 4 additions and 4 deletions

View File

@@ -102,10 +102,10 @@ class ProductExcelViewSet(viewsets.ModelViewSet):
str(data['quota']['quota_id']) if data.get('quota') and data['quota'].get('quota_id') else '',
str(shamsi_date(convert_str_to_date(data['create_date']), in_value=True)) if data.get(
'create_date') else '',
data[
'assigner_organization'].get('organization') or '-',
data[
'assigned_organization'].get('organization') or '-',
(data[
'assigner_organization'] or {}).get('organization') or '-',
(data[
'assigned_organization'] or {}).get('organization') or '-',
data.get('weight') or 0,
data.get('distributed') or 0,
data.get('remaining_weight') or 0,

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB