|
@@ -346,13 +346,13 @@ class Agreement
|
|
|
$cx = $pdf->GetX();
|
|
|
$cy = $pdf->GetY();
|
|
|
|
|
|
- $x = $cx - 40;
|
|
|
+ $x = $cx - 50;
|
|
|
$y = $cy - 15;
|
|
|
|
|
|
if ($info['sign']) {
|
|
|
- $info['sign'] = Dever::pic($info['sign']);
|
|
|
+ $info['sign'] = $pic;
|
|
|
if (strstr($info['sign'], 'http')) {
|
|
|
- $pdf->Image($info['sign'], $x, $y, 15, 15);
|
|
|
+ $pdf->Image($info['sign'], $x, $y, 20, 20);
|
|
|
}
|
|
|
}
|
|
|
|