X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/52d18c0134db2b418fe119723958efe8e79ac4f3..c62c6c256d35c5c807f9c9d4d264f5d69c076b6e:/SL/InstanceConfiguration.pm diff --git a/SL/InstanceConfiguration.pm b/SL/InstanceConfiguration.pm index 97ece8670..d0b6b3a82 100644 --- a/SL/InstanceConfiguration.pm +++ b/SL/InstanceConfiguration.pm @@ -178,6 +178,12 @@ sub get_transfer_default_ignore_onhand { my ($self) = @_; return ($self->{data}->{transfer_default_ignore_onhand}); } +# currently unused - value is set via audit_control (Bücherkontrolle) +sub get_max_future_booking_interval { + my ($self) = @_; + return ($self->{data}->{max_future_booking_interval}); +} + 1; @@ -320,6 +326,9 @@ current stock quantity Returns the default behavior for the transfer out default feature (true or false) +=item C + +Returns the maximum interval value for future bookings =back