]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Presenter/Part.pm
ClientJS: automatisch Date- und Partpicker nach AJAX-Request initialisieren
[mfinanz.git] / SL / Presenter / Part.pm
index fff9f5ee7a848f805091a516660ce0b2c138f700..332d5dbe79c59cc4f5710d76af0198235c40180f 100644 (file)
@@ -18,6 +18,8 @@ sub part_picker {
     join('', map { $params{$_} ? $self->input_tag("", delete $params{$_}, id => "${id}_${_}", type => 'hidden') : '' } qw(column type unit convertible_unit)) .
     $self->input_tag("", (ref $value && $value->can('description')) ? $value->description : '', id => "${id}_name", %params);
 
+  $::request->presenter->need_reinit_widgets($id);
+
   $self->html_tag('span', $ret, class => 'part_picker');
 }