X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=scripts%2Fcsv-import-from-shell.sh;h=db705c89febb10bedbb5e88870f864b9a12fa626;hb=fa2cf4e6139505b9619efb296b2680c7fd664ae0;hp=e8a1991c2be5052cea3fcf23daa65c2e65ed26d3;hpb=9aad98ade7f74ec459deadcbe920326df089720f;p=kivitendo-erp.git diff --git a/scripts/csv-import-from-shell.sh b/scripts/csv-import-from-shell.sh index e8a1991c2..db705c89f 100755 --- a/scripts/csv-import-from-shell.sh +++ b/scripts/csv-import-from-shell.sh @@ -66,7 +66,7 @@ function do_curl { # "settings.apply_buchungsgruppe": Buchungsgruppe wo anwenden: # "never", "all", "missing" - # "settings.parts_type": Artikeltyp: "part", "service", "mixed" + # "settings.part_type": Artikeltyp: "part", "service", "mixed" # "settings.article_number_policy": Artikel mit existierender # Artikelnummer: "update_prices", "insert_new" @@ -127,7 +127,7 @@ function do_curl { -F 'settings.default_buchungsgruppe=395' \ -F 'settings.duplicates=no_check' \ -F 'settings.numberformat=1.000,00' \ - -F 'settings.parts_type=part' \ + -F 'settings.part_type=part' \ -F 'settings.sellprice_adjustment=0' \ -F 'settings.sellprice_adjustment_type=percent' \ -F 'settings.sellprice_places=2' \