]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/Template/Plugin/L.pm
Project-Picker basierend auf Part-Picker
[kivitendo-erp.git] / SL / Template / Plugin / L.pm
index 62a4e8620cad110f8d2925cfa3e6aa0a5e5fde26..48960097ab0f15cfcd2b31f637c9c794b08e35f8 100644 (file)
@@ -69,6 +69,7 @@ sub simple_format { return _call_presenter('simple_format', @_); }
 sub part_picker   { return _call_presenter('part_picker',   @_); }
 sub chart_picker  { return _call_presenter('chart_picker',  @_); }
 sub customer_vendor_picker   { return _call_presenter('customer_vendor_picker',   @_); }
+sub project_picker           { return _call_presenter('project_picker',           @_); }
 
 sub _set_id_attribute {
   my ($attributes, $name, $unique) = @_;