]> wagnertech.de Git - mfinanz.git/blobdiff - SL/InstanceConfiguration.pm
Option für Mindesthaltbarkeitsdatum in Mandantenkonfiguration verschoben.
[mfinanz.git] / SL / InstanceConfiguration.pm
index 47cdd0e191773e5d5b4ef8c17a9f8de39489f495..4629e9423fc94a89c4a14f7e9054a4dc2674e62d 100644 (file)
@@ -49,6 +49,11 @@ sub get_profit_determination {
   return $self->{data}->{profit_determination};
 }
 
+sub get_show_bestbefore {
+  my ($self) = @_;
+  return $self->{data}->{show_bestbefore};
+}
+
 1;
 
 __END__
@@ -64,7 +69,7 @@ SL::InstanceConfiguration - Provide instance-specific configuration data
 =head1 SYNOPSIS
 
 Lx-Office has two configuration levels: installation specific
-(provided by the global variable C<%::lxoffice_conf>) and instance
+(provided by the global variable C<%::lx_office_conf>) and instance
 specific. The latter is provided by a global instance of this class,
 C<$::instance_conf>.
 
@@ -101,6 +106,10 @@ Returns the default inventory system, perpetual or periodic
 
 Returns the default profit determination method, balance or income
 
+=item C<get_show_bestbefore>
+
+Returns the default behavior for showing best before date, true or false
+
 =back
 
 =head1 BUGS