dever 3 년 전
부모
커밋
77600619ea
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);