return $self->{data}->{profit_determination};
}
+sub get_show_bestbefore {
+ my ($self) = @_;
+ return $self->{data}->{show_bestbefore};
+}
+
1;
__END__
=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>.
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