Revision 023fab8d
Von Moritz Bunkus vor mehr als 13 Jahren hinzugefügt
SL/DB/CsvImportProfile.pm | ||
---|---|---|
51 | 51 |
part_group_sep_char => '!', |
52 | 52 |
shoparticle_if_missing => '0', |
53 | 53 |
parts_type => 'part', |
54 |
default_buchungsgruppe => ($bugru ? $bugru->description : undef),
|
|
54 |
default_buchungsgruppe => ($bugru ? $bugru->id : undef),
|
|
55 | 55 |
apply_buchungsgruppe => 'all', |
56 | 56 |
); |
57 | 57 |
} else { |
Auch abrufbar als: Unified diff
Standard-Buchungsgruppe in CSV-Import-Profil via ID speichern