From 86049624c76f703ada13b5b6bdb56766f25b595c Mon Sep 17 00:00:00 2001 From: Godfrey M Date: Mon, 29 Jul 2024 10:42:26 -0700 Subject: [PATCH] retargeted new label engine to correct 1d column --- app/View/Label.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/View/Label.php b/app/View/Label.php index ee734fd98..886830659 100644 --- a/app/View/Label.php +++ b/app/View/Label.php @@ -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,