shish 4 gadi atpakaļ
vecāks
revīzija
c60ed79a89
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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="300" y="110" font="12" w="3" h="3" r="0">.</TEXT>';
+                $content .= '<TEXT x="265" y="110" font="12" w="3" h="3" r="0">.</TEXT>';
             }
             }
             $p->printLabelMsg($content);
             $p->printLabelMsg($content);
         }
         }