Please review this at http://codereview.appspot.com/3482041/

Affected files:
  M tryton/wizard/main.py


Index: tryton/wizard/main.py
===================================================================
--- a/tryton/wizard/main.py
+++ b/tryton/wizard/main.py
@@ -211,7 +211,7 @@
                     dia = Dialog(res['arch'], res['fields'], res['state'],
                             res['object'], parent, action=action,
                             size=res['size'], context=ctx)
-                    dia.screen.current_record.set(datas['form'])
+                    dia.screen.current_record.set_default(datas['form'])
                 res2 = dia.run(datas['form'])
                 if not res2:
                     break



-- 
Cédric Krier

B2CK SPRL
Rue de Rotterdam, 4
4000 Liège
Belgium
Tel: +32 472 54 46 59
Email/Jabber: [email protected]
Website: http://www.b2ck.com/

Attachment: pgpBt0nNWThHc.pgp
Description: PGP signature

Reply via email to