|
@@ 1476-1480 (lines=5) @@
|
| 1473 |
|
$texto = 'FONE'; |
| 1474 |
|
$aFont = $this->formatPadrao; |
| 1475 |
|
$this->pTextBox($x, $y, $w, $h, $texto, $aFont, 'T', 'L', 0, ''); |
| 1476 |
|
if (isset($this->exped)) { |
| 1477 |
|
$texto = $this->pSimpleGetValue($this->exped, "fone")!=""? $this->zFormatFone($this->exped):''; |
| 1478 |
|
$aFont = $this->formatNegrito; |
| 1479 |
|
$this->pTextBox($x + 8, $y, $w, $h, $texto, $aFont, 'T', 'L', 0, ''); |
| 1480 |
|
} |
| 1481 |
|
} //fim da função remetenteDACTE |
| 1482 |
|
|
| 1483 |
|
/** |
|
@@ 1573-1577 (lines=5) @@
|
| 1570 |
|
$texto = 'FONE'; |
| 1571 |
|
$aFont = $this->formatPadrao; |
| 1572 |
|
$this->pTextBox($x, $y, $w, $h, $texto, $aFont, 'T', 'L', 0, ''); |
| 1573 |
|
if (isset($this->receb)) { |
| 1574 |
|
$texto = $this->pSimpleGetValue($this->receb, "fone")!=""? $this->zFormatFone($this->receb):''; |
| 1575 |
|
$aFont = $this->formatNegrito; |
| 1576 |
|
$this->pTextBox($x + 8, $y, $w, $h, $texto, $aFont, 'T', 'L', 0, ''); |
| 1577 |
|
} |
| 1578 |
|
} //fim da função recebedorDACTE |
| 1579 |
|
|
| 1580 |
|
/** |