X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=SL%2FPresenter%2FPart.pm;h=bc5ee8adea98c988e94928836ea44912ae029e26;hb=aa60c5493c365f32ebef636d43ca37ea1cfeefd4;hp=4f2105caa172fcd247068318778689d7a6771a63;hpb=0ca195cd0ce041bbabc562e0cc7ad6590a7eebe3;p=kivitendo-erp.git diff --git a/SL/Presenter/Part.pm b/SL/Presenter/Part.pm index 4f2105caa..bc5ee8ade 100644 --- a/SL/Presenter/Part.pm +++ b/SL/Presenter/Part.pm @@ -229,6 +229,11 @@ If C<%params> contains C only parts of this type will be used for autocompletion. You may comma separate multiple types as in C. +If C<%params> contains C only parts of this status will be used +for autocompletion. C can be one of the following strings: +C, C or C. C is the default if C is +not given. + If C<%params> contains C only parts with this unit will be used for autocompletion. You may comma separate multiple units as in C. @@ -236,6 +241,10 @@ C. If C<%params> contains C only parts with a unit that's convertible to unit will be used for autocompletion. +If C<%params> contains C or C even +parts will be used for autocompletion which partnumber is a vendor partnumber +(makemodel) or a customer partnumber. + Obsolete parts will by default not be displayed for selection. However they are accepted as default values and can persist during updates. As with other selectors though, they are not selectable once overridden.