Fixed 0000097,0000098 and view of credit notes with empty lines.
[fa-stable.git] / reporting / includes / header2.inc
index 84d93e1e738236ae21b34a0d4b5a49a379084c2d..ac10c40855bdc2b14161fb7ce2ef66a11ea85766 100644 (file)
                $this->Text($mcol, $doc_Due_Date . ":", $mcol2);
                if ($doctype == 9)
                        $this->Text($mcol2, sql2date($myrow['delivery_date']));
-               else if ($doctype != 8 && isset($myrow['due_date']))
+               else if ($doctype != 8 && $doctype != 11 && isset($myrow['due_date']))
                        $this->Text($mcol2, sql2date($myrow['due_date']));
                if ($branch != null)
                {