Reviewers: ,
Please review this at http://codereview.tryton.org/207005/ Affected files: M tryton/gui/window/form.py Index: tryton/gui/window/form.py =================================================================== --- a/tryton/gui/window/form.py +++ b/tryton/gui/window/form.py @@ -482,6 +482,7 @@ self.activate_save() def modified_save(self, reload=True): + self.screen.current_view.set_value() if self.screen.modified(): value = sur_3b( _('This record has been modified\n' \ -- [email protected] mailing list
