X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/ddaf7f5082fe6e53015a8f3e6ea96ac8f600930a..66022cbd0893e066eec8826a15884d2d0457fe4f:/bin/mozilla/wh.pl diff --git a/bin/mozilla/wh.pl b/bin/mozilla/wh.pl index b6165a87e..8e94f326e 100644 --- a/bin/mozilla/wh.pl +++ b/bin/mozilla/wh.pl @@ -968,14 +968,6 @@ sub get_bin_idx { return -1; } -=item new_item - -call new item dialogue from warehouse masks. - -PARAMS: - action => name of sub to be called when new item is done - -=cut sub new_item { $main::lxdebug->enter_sub(); my %params = @_; @@ -1017,3 +1009,24 @@ sub stock { } 1; + +__END__ + +=head1 NAME + +bin/mozilla/wh.pl - Warehouse frontend. + +=head1 FUNCTIONS + +=over 4 + +=item new_item + +call new item dialogue from warehouse masks. + +PARAMS: + action => name of sub to be called when new item is done + +=back + +=cut