X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/a47675246806e7d01625f2c64d0e2aae14fe306d..3cacc231755cc70a315f217bdcc74dc99f24d8aa:/SL/InstanceConfiguration.pm diff --git a/SL/InstanceConfiguration.pm b/SL/InstanceConfiguration.pm index 6ea88f8d1..716edeed8 100644 --- a/SL/InstanceConfiguration.pm +++ b/SL/InstanceConfiguration.pm @@ -44,6 +44,8 @@ sub AUTOLOAD { my $method = $AUTOLOAD; $method =~ s/.*:://; + return if $method eq 'DESTROY'; + if ($method =~ m/^get_/) { $method = substr $method, 4; return $self->data->{$method} if exists $self->data->{$method}; @@ -166,20 +168,20 @@ corresponding record type (true or false). Returns the default behavior for showing the delete button for the corresponding record type (true or false). -=item C +=item C Returns the default warehouse_id -=item C +=item C Returns the default bin_id -=item C +=item C Returns the default warehouse_id for transfers without checking the current stock quantity -=item C +=item C Returns the default bin_id for transfers without checking the. current stock quantity @@ -200,11 +202,11 @@ Returns the maximum interval value for future bookings =item C -Returns the configuration for webdav +Returns the configuration for WebDAV =item C -Returns the configuration for storing documents in the corresponding webdav folder +Returns the configuration for storing documents in the corresponding WebDAV folder =item C