Revision f6c4aef8
Von Moritz Bunkus vor mehr als 13 Jahren hinzugefügt
SL/Controller/CsvImport/Base.pm | ||
---|---|---|
|
||
$self->check_objects;
|
||
$self->check_duplicates if $self->controller->profile->get('duplicates', 'no_check') ne 'no_check';
|
||
$self->fix_field_lenghts;
|
||
$self->fix_field_lengths;
|
||
}
|
||
|
||
sub add_columns {
|
||
... | ... | |
return ();
|
||
}
|
||
|
||
sub fix_field_lenghts {
|
||
sub fix_field_lengths {
|
||
my ($self) = @_;
|
||
|
||
my %field_lengths = $self->field_lengths;
|
Auch abrufbar als: Unified diff
Typo