Änderungen Anschreiben

This commit is contained in:
aschwarz
2024-01-26 10:12:23 +01:00
parent f8488609a2
commit 3aba14f13d
4 changed files with 48 additions and 20 deletions

View File

@ -272,7 +272,7 @@ $pdf->SetY($pos);
or die ("Cannot execute query1");
$hinweis_umzug_alt=0;
while ($row = $result->fetch_array())
{
$data = Array();
@ -335,10 +335,9 @@ $pdf->SetY($pos);
if($row_alt_aend['umzugsverg'] == 'J'){
$data[1]['TEXT'] = "$rowdata3[bez]*";
$hinweis_umzug=1;
$hinweis_umzug_alt=1;
}else{
$data[1]['TEXT'] = "$rowdata3[bez]";
$hinweis_umzug=0;
}
$data[1]['T_ALIGN'] = "L";
$data[1]['V_ALIGN'] = "M";
@ -494,7 +493,7 @@ $pdf->SetY($pos);
or die ("Cannot execute query1");
$hinweis_umzug_neu=0;
while ($row = $result->fetch_array())
{
$data = Array();
@ -555,10 +554,9 @@ $pdf->SetY($pos);
#$data[0]['T_TYPE'] = "BI"; // B=BOLD, I=ITALIC
if($row_neu_aend['umzugsverg'] == 'J'){
$data[1]['TEXT'] = "$rowdata3[bez]*";
$hinweis_umzug=1;
$hinweis_umzug_neu=1;
}else{
$data[1]['TEXT'] = "$rowdata3[bez]";
$hinweis_umzug=0;
}
$data[1]['T_ALIGN'] = "L";
$data[1]['V_ALIGN'] = "M";
@ -580,7 +578,7 @@ $pdf->SetY($pos);
$pdf->Draw_Table_Border();
if($hinweis_umzug == 1){
if($hinweis_umzug_alt == 1 or $hinweis_umzug_neu == 1){
$pos=$pdf->GetY()+6.4;
$pdf->SetFont('Arial', '', 12);