ajax_autocomplete umgestellt auf get_models und inline JSON (20% schneller als template)
[kivitendo-erp.git] / SL / Presenter / Part.pm
index 25d6820..bef55a3 100644 (file)
@@ -51,6 +51,8 @@ C<VALUE> can be an id or C<Rose::DB:Object> instance.
 
 If C<PARAMS> contains C<type> only parts of this type will be used for autocompletion.
 
+Obsolete parts will by default not displayed for selection. However they are
+accepted as default values and can persist during updates.
 
 =back