dever 3 anos atrás
pai
commit
fd5a8c122b
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      service/agent/lib/Agreement.php

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

@@ -261,7 +261,7 @@ class Agreement
         if ($info['sign']) {
         	$info['sign'] = Dever::pic($info['sign']);
         	if (strstr($info['sign'], 'http')) {
-        		$pdf->Image($pic, $x, $y, 15, 15);
+        		$pdf->Image($info['sign'], $x, $y, 15, 15);
         	}
         }
 
@@ -512,7 +512,7 @@ class Agreement
         if ($info['sign']) {
         	$info['sign'] = Dever::pic($info['sign']);
         	if (strstr($info['sign'], 'http')) {
-        		$pdf->Image($pic, $x, $y, 15, 15);
+        		$pdf->Image($info['sign'], $x, $y, 15, 15);
         	}
         }