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};
Returns the default behavior for showing the delete button for the
corresponding record type (true or false).
-=item C<get_default_warehouse_id>
+=item C<get_warehouse_id>
Returns the default warehouse_id
-=item C<get_default_bin_id>
+=item C<get_bin_id>
Returns the default bin_id
-=item C<get_default_warehouse_id_ignore_onhand>
+=item C<get_warehouse_id_ignore_onhand>
Returns the default warehouse_id for transfers without checking the
current stock quantity
-=item C<get_default_bin_id_ignore_onhand>
+=item C<get_bin_id_ignore_onhand>
Returns the default bin_id for transfers without checking the.
current stock quantity
=item C<get_webdav>
-Returns the configuration for webdav
+Returns the configuration for WebDAV
=item C<get_webdav_documents>
-Returns the configuration for storing documents in the corresponding webdav folder
+Returns the configuration for storing documents in the corresponding WebDAV folder
=item C<get_vertreter>