shish 4 年 前
コミット
570f531976
1 ファイル変更1 行追加1 行削除
  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 = '<SIZE>50,70</SIZE><TEXT x="50" y="20" font="12" w="2" h="2" r="90">' . $name . '</TEXT>';
+        $content = '<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();