retargeted new label engine to correct 1d column

This commit is contained in:
Godfrey M 2024-07-29 10:42:26 -07:00
parent 55f9886412
commit 86049624c7

View file

@ -107,7 +107,7 @@ class Label implements View
if ($settings->alt_barcode_enabled) {
if ($template->getSupport1DBarcode()) {
$barcode1DType = $settings->alt_barcode;
$barcode1DType = $settings->label2_1d_type;
if ($barcode1DType != 'none') {
$assetData->put('barcode1d', (object)[
'type' => $barcode1DType,