X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FCsvImportProfile.pm;h=ea7b4fe287cec7addf07618f12477e77294593fa;hb=8944e41547df93c8b25943938bb42ddec101fc16;hp=58e3d6838864041ae20191658d2bfe5fda646aa9;hpb=1abd784542136a7ce095ae97c754aae088acf1bb;p=kivitendo-erp.git diff --git a/SL/DB/CsvImportProfile.pm b/SL/DB/CsvImportProfile.pm index 58e3d6838..ea7b4fe28 100644 --- a/SL/DB/CsvImportProfile.pm +++ b/SL/DB/CsvImportProfile.pm @@ -48,10 +48,9 @@ sub set_defaults { sellprice_adjustment => 0, sellprice_adjustment_type => 'percent', article_number_policy => 'update_prices', - part_group_sep_char => '!', shoparticle_if_missing => '0', parts_type => 'part', - default_buchungsgruppe => ($bugru ? $bugru->description : undef), + default_buchungsgruppe => ($bugru ? $bugru->id : undef), apply_buchungsgruppe => 'all', ); } else {