X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Fincludes%2Fdoctext2.inc;h=40853642eedfa1f935b779dae7531c969284b7cc;hb=510d6e1925c4d1621ae3efd85e117cc9bb4320f0;hp=9f94b1b4c26fa33ed895d052be912659b03e78d6;hpb=0da4935c1fb5b588bfd7ead31f05069c9566eb8d;p=fa-stable.git diff --git a/reporting/includes/doctext2.inc b/reporting/includes/doctext2.inc index 9f94b1b4..40853642 100644 --- a/reporting/includes/doctext2.inc +++ b/reporting/includes/doctext2.inc @@ -74,7 +74,7 @@ if (isset($header2type)) elseif ($doctype == 10) $this->title = "INVOICE"; elseif ($doctype == 13) - $this->title = "DELIVERY NOTE"; + $this->title = ($packing_slip==1 ? "PACKING SLIP" : "DELIVERY NOTE"); elseif ($doctype == 26) $this->title = "WORK ORDER"; else