Extend MDConcMeasurementTypes
This commit is contained in:
@@ -179,6 +179,7 @@ final class MDConcMeasurementTypes implements MDImporterConcordanceListInterface
|
||||
"Höhe (Objekt)",
|
||||
"Höhe (Etui)",
|
||||
"Höhe (Heft)",
|
||||
"Höhe (Dose)",
|
||||
"Höhe (netto)",
|
||||
"Höhe (ausgeklappt)",
|
||||
"Höhe größtes Stück",
|
||||
@@ -396,7 +397,6 @@ final class MDConcMeasurementTypes implements MDImporterConcordanceListInterface
|
||||
"Durchmesser (Breite)",
|
||||
"Durchmesser (Länge)",
|
||||
"Durchmesser (Länge)",
|
||||
"Durchmesser (Bild)",
|
||||
"Durchmesser (Dose)",
|
||||
"Objektmaß (Durchmesser)",
|
||||
"Objektmass (Durchmesser)",
|
||||
@@ -535,6 +535,8 @@ final class MDConcMeasurementTypes implements MDImporterConcordanceListInterface
|
||||
"Breite (Klinge)" => MDMeasurementType::width_blade,
|
||||
"Höhe (Klinge)" => MDMeasurementType::height_blade,
|
||||
|
||||
"Durchmesser (Bild)" => MDMeasurementType::diameter_image_size,
|
||||
|
||||
default => throw new MDImporterMissingConcordance("Unmapped specific measurement type: " . $input),
|
||||
|
||||
};
|
||||
|
Reference in New Issue
Block a user