Remove applied patch

This commit is contained in:
Euromobility 2014-06-30 12:50:44 +02:00
parent 96d0023498
commit 5dc65de35d
2 changed files with 0 additions and 16 deletions

View File

@ -1,15 +0,0 @@
Index: tryton/gui/window/view_form/model/field.py
===================================================================
--- ./tryton/tryton/gui/window/view_form/model/field.py
+++ ./tryton/tryton/gui/window/view_form/model/field.py
@@ -253,7 +253,7 @@
_default = None
def set_client(self, record, value, force_change=False):
- if not isinstance(value, datetime.time) and value is not None:
+ if isinstance(value, basestring) and value is not None:
try:
value = datetime.time(*time.strptime(value,
self.time_format(record))[3:6])

1
series
View File

@ -1,4 +1,3 @@
issue12341002_1.diff
client-editabletree.diff
issue3901002_1.diff
issue1371002_130001.diff