Revision e38f0b87
Von Bernd Bleßmann vor mehr als 1 Jahr hinzugefügt
SL/InstanceConfiguration.pm | ||
---|---|---|
return join "\n", grep { $_ } ($self->get_address_street1, $self->get_address_street2, $zipcode_city, $self->get_address_country);
|
||
}
|
||
|
||
sub get_layout_style {
|
||
return $_[0]->data->{layout_style} if exists $_[0]->data->{layout_style};
|
||
return '';
|
||
}
|
||
|
||
sub AUTOLOAD {
|
||
our $AUTOLOAD;
|
||
|
||
... | ... | |
Returns the default currency or undef if no currency has been
|
||
configured.
|
||
|
||
=item C<get_layout_style>
|
||
|
||
Returns the forced default layout style or '' if the database column
|
||
does not exist yet.
|
||
|
||
=item C<get_accounting_method>
|
||
|
||
Returns the default accounting method, accrual or cash
|
Auch abrufbar als: Unified diff
Erzwungener Layout-Stil: Abfangen, wenn Spalte in defaults noch nicht vorhanden
Sonst gibt es eine Fehlermeldung bei Einloggen, wenn das DB-Upgrade-Skript
noch nicht durchgelaufen ist.