Merge branch 'master' of ssh://192.168.100.6/repo/record

Conflicts:
	asuzr/tables.py
This commit is contained in:
2015-06-14 16:47:53 +05:00
5 changed files with 21 additions and 12 deletions

View File

@@ -86,7 +86,7 @@ class Order(models.Model):
@property
def approved_date(self):
return self.approved.strftime("%d/%m/%Y")
return self.approved.strftime("%d/%m/%Y %H:%M")
@property
def sketch(self):