pim-import 2.49.2 → 2.49.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1150,7 +1150,7 @@ const getLightModuleAutoDescriptionByProductFields = async (productFileds) => {
|
|
|
1150
1150
|
else {
|
|
1151
1151
|
addSeparator = true;
|
|
1152
1152
|
}
|
|
1153
|
-
autoDescription[locale] += "
|
|
1153
|
+
autoDescription[locale] += "Beam° " + productFileds.photometric.beam0_180;
|
|
1154
1154
|
}
|
|
1155
1155
|
}
|
|
1156
1156
|
return autoDescription;
|
package/package.json
CHANGED
|
@@ -1894,7 +1894,7 @@ const getLightModuleAutoDescriptionByProductFields = async (
|
|
|
1894
1894
|
} else {
|
|
1895
1895
|
addSeparator = true;
|
|
1896
1896
|
}
|
|
1897
|
-
autoDescription[locale] += "
|
|
1897
|
+
autoDescription[locale] += "Beam° " + productFileds.photometric.beam0_180;
|
|
1898
1898
|
}
|
|
1899
1899
|
}
|
|
1900
1900
|
|