dever 3 vuotta sitten
vanhempi
commit
5f6fdaffb9
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      service/agent/lib/Agreement.php

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

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