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