diff --git a/htdocs/barcode/printsheet.php b/htdocs/barcode/printsheet.php
index 36d9117eefe..7d15fc5949e 100644
--- a/htdocs/barcode/printsheet.php
+++ b/htdocs/barcode/printsheet.php
@@ -141,7 +141,7 @@ if ($action == 'builddoc')
$result=@include_once $newdir.$generator.'.modules.php';
if ($result) break;
}
-
+
// Load barcode class for generating barcode image
$classname = "mod".ucfirst($generator);
$module = new $classname($db);
@@ -196,7 +196,7 @@ if ($action == 'builddoc')
// For labels
if ($mode == 'label')
{
-
+
$txtforsticker="%PHOTO%"; // Photo will be barcode image, %BARCODE% posible when using TCPDF generator
$textleft=make_substitutions((empty($conf->global->BARCODE_LABEL_LEFT_TEXT)?$txtforsticker:$conf->global->BARCODE_LABEL_LEFT_TEXT), $substitutionarray);
$textheader=make_substitutions((empty($conf->global->BARCODE_LABEL_HEADER_TEXT)?'':$conf->global->BARCODE_LABEL_HEADER_TEXT), $substitutionarray);
@@ -379,7 +379,7 @@ print '';
print ' '.$langs->trans("FillBarCodeTypeAndValueFromThirdParty").' ';
print '
';
print '