dever 3 years ago
parent
commit
77600619ea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      service/agent/lib/Agreement.php

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

@@ -1121,7 +1121,7 @@ class Agreement
         $cy = $pdf->GetY();
 
         $x = $cx + 48;
-        $y = $cy - 40;
+        $y = $cy - 42;
 
         $pdf->Image($pic, $x, $y, 30, 30);