Revision 50c2f228
Von Bernd Bleßmann vor etwa 12 Jahren hinzugefügt
SL/InstanceConfiguration.pm | ||
---|---|---|
104 | 104 |
return $self->{data}->{show_bestbefore}; |
105 | 105 |
} |
106 | 106 |
|
107 |
sub get_is_show_mark_as_paid { |
|
108 |
my ($self) = @_; |
|
109 |
return $self->{data}->{is_show_mark_as_paid}; |
|
110 |
} |
|
111 |
|
|
112 |
sub get_ir_show_mark_as_paid { |
|
113 |
my ($self) = @_; |
|
114 |
return $self->{data}->{ir_show_mark_as_paid}; |
|
115 |
} |
|
116 |
|
|
117 |
sub get_ar_show_mark_as_paid { |
|
118 |
my ($self) = @_; |
|
119 |
return $self->{data}->{ar_show_mark_as_paid}; |
|
120 |
} |
|
121 |
|
|
122 |
sub get_ap_show_mark_as_paid { |
|
123 |
my ($self) = @_; |
|
124 |
return $self->{data}->{ap_show_mark_as_paid}; |
|
125 |
} |
|
126 |
|
|
107 | 127 |
1; |
108 | 128 |
|
109 | 129 |
__END__ |
... | ... | |
194 | 214 |
|
195 | 215 |
Returns the default behavior for showing best before date, true or false |
196 | 216 |
|
217 |
=item C<get_is_show_mark_as_paid> |
|
218 |
|
|
219 |
=item C<get_ir_show_mark_as_paid> |
|
220 |
|
|
221 |
=item C<get_ar_show_mark_as_paid> |
|
222 |
|
|
223 |
=item C<get_ap_show_mark_as_paid> |
|
224 |
|
|
225 |
Returns the default behavior for showing the mark as paid button for the |
|
226 |
corresponding record type (true or false). |
|
227 |
|
|
197 | 228 |
=back |
198 | 229 |
|
199 | 230 |
=head1 BUGS |
Auch abrufbar als: Unified diff
"als bezahlt markieren"-Knopf anzeigen in Mandantenkonfiguration einstellbar.