Revision 4b31e6ba
Von Bernd Bleßmann vor etwa 12 Jahren hinzugefügt
SL/InstanceConfiguration.pm | ||
---|---|---|
49 | 49 |
return $self->{data}->{profit_determination}; |
50 | 50 |
} |
51 | 51 |
|
52 |
sub get_show_bestbefore { |
|
53 |
my ($self) = @_; |
|
54 |
return $self->{data}->{show_bestbefore}; |
|
55 |
} |
|
56 |
|
|
52 | 57 |
1; |
53 | 58 |
|
54 | 59 |
__END__ |
... | ... | |
101 | 106 |
|
102 | 107 |
Returns the default profit determination method, balance or income |
103 | 108 |
|
109 |
=item C<get_show_bestbefore> |
|
110 |
|
|
111 |
Returns the default behavior for showing best before date, true or false |
|
112 |
|
|
104 | 113 |
=back |
105 | 114 |
|
106 | 115 |
=head1 BUGS |
Auch abrufbar als: Unified diff
Option für Mindesthaltbarkeitsdatum in Mandantenkonfiguration verschoben.