changeset 8ee11c5c94b4 in modules/account:default
details: https://hg.tryton.org/modules/account?cmd=changeset;node=8ee11c5c94b4
description:
        Fix typo in states key name

        issue8262
        review263321002
diffstat:

 account.py |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 38b1f1273247 -r 8ee11c5c94b4 account.py
--- a/account.py        Thu Apr 11 15:20:02 2019 +0200
+++ b/account.py        Fri Apr 12 13:06:31 2019 +0200
@@ -716,7 +716,7 @@
             ('id', '!=', Eval('currency', -1)),
             ],
         states={
-            'reaodnly': _states['readonly'],
+            'readonly': _states['readonly'],
             'invisible': ~Eval('deferral', False),
             },
         depends=['currency', 'deferral'])

Reply via email to