-
+
diff --git a/planning/models/planning.py b/planning/models/planning.py
index f590aa0..6e88d55 100755
--- a/planning/models/planning.py
+++ b/planning/models/planning.py
@@ -321,8 +321,8 @@ class Planning(models.Model):
)
else:
name = '%s - %s %s' % (
- start_datetime.date(),
- end_datetime.date(),
+ datetime.strftime(start_datetime.date(), "%d/%m/%Y"),
+ datetime.strftime(end_datetime.date(), "%d/%m/%Y"),
name
)
diff --git a/project_forecast/i18n/he_IL .po b/project_forecast/i18n/he_IL .po
old mode 100644
new mode 100755
diff --git a/project_maintenance/i18n/he_IL.po b/project_maintenance/i18n/he_IL.po
old mode 100644
new mode 100755