This commit is contained in:
Andreas Österreicher
2011-11-11 10:30:32 +00:00
parent eddb8025e1
commit 287613f78d
+1 -1
View File
@@ -125,7 +125,7 @@ $worksheet->write($zeile,++$spalte,'Datum',$format_bold);
$maxlength[$spalte]=5;
$worksheet->write($zeile,++$spalte,'Letzte Inventur',$format_bold);
$maxlength[$spalte]=15;
$worksheet->write($zeile,++$spalte,'Leasing Bis',$format_bold);
$worksheet->write($zeile,++$spalte,'Leasing bis',$format_bold);
$maxlength[$spalte]=11;
$worksheet->write($zeile,++$spalte,'Anschaffungsdatum',$format_bold);
$maxlength[$spalte]=17;