dever 3 лет назад
Родитель
Сommit
c965b8741a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      service/agent/lib/Agreement.php

+ 1 - 1
service/agent/lib/Agreement.php

@@ -1120,7 +1120,7 @@ class Agreement
         $cx = $pdf->GetX();
         $cy = $pdf->GetY();
 
-        $x = $cx + 50;
+        $x = $cx + 45;
         $y = $cy - 45;
 
         $pdf->Image($pic, $x, $y, 30, 30);