| @@ 1442-1447 (lines=6) @@ | ||
| 1439 | $texto = 'MUNICÍPIO'; |
|
| 1440 | $aFont = $this->formatPadrao; |
|
| 1441 | $this->pTextBox($x, $y, $w, $h, $texto, $aFont, 'T', 'L', 0, ''); |
|
| 1442 | if (isset($this->enderExped)) { |
|
| 1443 | $texto = $this->pSimpleGetValue($this->enderExped, "xMun") . ' - '; |
|
| 1444 | $texto .= $this->pSimpleGetValue($this->enderExped, "UF"); |
|
| 1445 | } else { |
|
| 1446 | $texto = ''; |
|
| 1447 | } |
|
| 1448 | $aFont = $this->formatNegrito; |
|
| 1449 | $this->pTextBox($x1, $y, $w, $h, $texto, $aFont, 'T', 'L', 0, ''); |
|
| 1450 | $x = $w - 18; |
|
| @@ 1539-1544 (lines=6) @@ | ||
| 1536 | $texto = 'MUNICÍPIO'; |
|
| 1537 | $aFont = $this->formatPadrao; |
|
| 1538 | $this->pTextBox($x, $y, $w, $h, $texto, $aFont, 'T', 'L', 0, ''); |
|
| 1539 | if (isset($this->enderReceb)) { |
|
| 1540 | $texto = $this->pSimpleGetValue($this->enderReceb, "xMun") . ' - '; |
|
| 1541 | $texto .= $this->pSimpleGetValue($this->enderReceb, "UF"); |
|
| 1542 | } else { |
|
| 1543 | $texto = ''; |
|
| 1544 | } |
|
| 1545 | $aFont = $this->formatNegrito; |
|
| 1546 | $this->pTextBox($x1, $y, $w, $h, $texto, $aFont, 'T', 'L', 0, ''); |
|
| 1547 | $x = $w - 19 + $oldX; |
|
| @@ 1434-1439 (lines=6) @@ | ||
| 1431 | $texto = 'MUNICÍPIO'; |
|
| 1432 | $aFont = $this->formatPadrao; |
|
| 1433 | $this->pTextBox($x, $y, $w, $h, $texto, $aFont, 'T', 'L', 0, ''); |
|
| 1434 | if (isset($this->enderExped)) { |
|
| 1435 | $texto = $this->pSimpleGetValue($this->enderExped, "xMun") . ' - '; |
|
| 1436 | $texto .= $this->pSimpleGetValue($this->enderExped, "UF"); |
|
| 1437 | } else { |
|
| 1438 | $texto = ''; |
|
| 1439 | } |
|
| 1440 | $aFont = $this->formatNegrito; |
|
| 1441 | $this->pTextBox($x1, $y, $w, $h, $texto, $aFont, 'T', 'L', 0, ''); |
|
| 1442 | $x = $w - 18; |
|
| @@ 1531-1536 (lines=6) @@ | ||
| 1528 | $texto = 'MUNICÍPIO'; |
|
| 1529 | $aFont = $this->formatPadrao; |
|
| 1530 | $this->pTextBox($x, $y, $w, $h, $texto, $aFont, 'T', 'L', 0, ''); |
|
| 1531 | if (isset($this->enderReceb)) { |
|
| 1532 | $texto = $this->pSimpleGetValue($this->enderReceb, "xMun") . ' - '; |
|
| 1533 | $texto .= $this->pSimpleGetValue($this->enderReceb, "UF"); |
|
| 1534 | } else { |
|
| 1535 | $texto = ''; |
|
| 1536 | } |
|
| 1537 | $aFont = $this->formatNegrito; |
|
| 1538 | $this->pTextBox($x1, $y, $w, $h, $texto, $aFont, 'T', 'L', 0, ''); |
|
| 1539 | $x = $w - 19 + $oldX; |
|