Revision 38c0ed43
Von Martin Helmling martin.helmling@octosoft.eu vor etwa 8 Jahren hinzugefügt
t/controllers/csvimport/parts.t | ||
---|---|---|
95 | 95 |
file => $file, |
96 | 96 |
); |
97 | 97 |
|
98 |
$csv_part_import->init_bg_by; |
|
99 |
$csv_part_import->init_price_factors_by; |
|
100 |
$csv_part_import->init_partsgroups_by; |
|
101 |
$csv_part_import->init_units_by; |
|
102 |
$csv_part_import->init_bins_by; |
|
103 |
$csv_part_import->init_warehouses_by; |
|
104 |
$csv_part_import->init_parts_by; |
|
105 | 98 |
$csv_part_import->test_run(0); |
106 | 99 |
$csv_part_import->csv(SL::Helper::Csv->new(file => $csv_part_import->file, |
107 | 100 |
profile => [{ profile => $csv_part_import->profile, |
Auch abrufbar als: Unified diff
t/controllers/csvimport/parts.t: weg mit den überflüssigen init Aufrufen