X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/f16c552035ab973a9aed4a1dc29d0e16be7ff541..01b4e844b89:/SL/Template/Plugin/L.pm?ds=inline diff --git a/SL/Template/Plugin/L.pm b/SL/Template/Plugin/L.pm index 2e2ae9f03..720c5b7de 100644 --- a/SL/Template/Plugin/L.pm +++ b/SL/Template/Plugin/L.pm @@ -67,6 +67,7 @@ sub input_tag { return _call_presenter('input_tag', @_); } sub truncate { return _call_presenter('truncate', @_); } 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 _set_id_attribute {