Reviewers: ,


Please review this at http://codereview.tryton.org/22001/

Affected files:
  M purchase.py


Index: purchase.py
===================================================================
--- a/purchase.py
+++ b/purchase.py
@@ -75,6 +75,6 @@
         self._order.insert(0, ('weekday', 'ASC'))

     def default_weekday(self):
-        return -1
+        return '0'

 ProductSupplierDay()


--
[email protected] mailing list

Reply via email to