shish 4 lat temu
rodzic
commit
c446ac7f13
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app-ghs/controllers/ProductController.php

+ 1 - 1
app-ghs/controllers/ProductController.php

@@ -46,7 +46,7 @@ class ProductController extends BaseController
         $p = new printUtil($printLabelSn);
 
         $p->times = $num;
-        $content = '<TEXT x="50" y="20" font="12" w="2" h="2" r="90">' . $name . '</TEXT>';
+        $content = '<SIZE>50,70</SIZE><TEXT x="50" y="20" font="12" w="2" h="2" r="90">' . $name . '</TEXT>';
         $content .= '<BC128 x="50" y="90" h="80" s="1" r="90" n="2" w="2">' . $ptItemId . '</BC128>';
         $p->printLabelMsg($content);
         util::complete();