Commit 7bb60497 authored by Nicolas Wavrant's avatar Nicolas Wavrant

erp5_officejs_support_request_ui: fix undefined error on gadget initialization

parent d7cd7f65
...@@ -82,7 +82,7 @@ ...@@ -82,7 +82,7 @@
return gadget.changeState({ return gadget.changeState({
render: true render: true
}) })
.push(function () { .push(function (options) {
return gadget.changeState({ return gadget.changeState({
field_listbox_begin_from: options.field_listbox_begin_from field_listbox_begin_from: options.field_listbox_begin_from
}); });
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment