shish 4 年 前
コミット
d38ff2be35
1 ファイル変更1 行追加1 行削除
  1. 1 1
      app-ghs/controllers/PurchaseOrderController.php

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

@@ -43,7 +43,7 @@ class PurchaseOrderController extends BaseController
             $content = '<TEXT x="50" y="20" font="12" w="2" h="2" r="0">' . $name . '</TEXT>';
             $content = '<TEXT x="50" y="20" font="12" w="2" h="2" r="0">' . $name . '</TEXT>';
             $content .= '<BC128 x="50" y="90" h="80" s="1" r="0" n="2" w="2">' . $ptItemId . '</BC128>';
             $content .= '<BC128 x="50" y="90" h="80" s="1" r="0" n="2" w="2">' . $ptItemId . '</BC128>';
             if ($key % 2 == 1) {
             if ($key % 2 == 1) {
-                $content .= '<TEXT x="260" y="80" font="12" w="3" h="3" r="0">.</TEXT>';
+                $content .= '<TEXT x="260" y="100" font="12" w="3" h="3" r="0">.</TEXT>';
             }
             }
             $p->printLabelMsg($content);
             $p->printLabelMsg($content);
         }
         }