update excel
This commit is contained in:
@@ -341,7 +341,7 @@ class WareHouseExcelViewSet(viewsets.ModelViewSet, ExcelDynamicSearchMixin):
|
||||
else:
|
||||
weight_nature = "ترکیبی"
|
||||
else:
|
||||
weight_nature = "{0} کیلوگرم".format(total_weight)
|
||||
weight_nature = f"{total_weight:,} کیلوگرم"
|
||||
list1 = [
|
||||
m,
|
||||
org_name,
|
||||
|
||||
Reference in New Issue
Block a user