mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Update fax_send.php
Prevent the fax cover page from exceeding 1 page.
This commit is contained in:
@@ -542,7 +542,7 @@ function fax_split_dtmf(&$fax_number, &$fax_dtmf){
|
||||
if ($fax_message != '') {
|
||||
$pdf -> SetFont($pdf_font, "", 12);
|
||||
$pdf -> SetXY($x + 0.75, $y + 3.65);
|
||||
$pdf -> MultiCell(7, 5.75, $fax_message, 0, 'L', false);
|
||||
$pdf -> MultiCell(7, 5.40, $fax_message, 0, 'L', false);
|
||||
}
|
||||
|
||||
//footer
|
||||
|
||||
Reference in New Issue
Block a user