X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Fincludes%2Fdoctext.inc;h=0edc595fde9c28d9493396cb331ce6540443f054;hb=3ff9ed87cb909f19c8fe3e7dfda5df79d0c01a6c;hp=23a8c65d02aa8dc8f5c226eb66c89b516ff60046;hpb=0da4935c1fb5b588bfd7ead31f05069c9566eb8d;p=fa-stable.git diff --git a/reporting/includes/doctext.inc b/reporting/includes/doctext.inc index 23a8c65d..0edc595f 100644 --- a/reporting/includes/doctext.inc +++ b/reporting/includes/doctext.inc @@ -71,7 +71,7 @@ if (isset($header2type)) elseif ($doctype == 8) $this->title = _("PURCHASE ORDER"); elseif ($doctype == 13) - $this->title = _("DELIVERY NOTE"); + $this->title = ($packing_slip==1 ? _("PACKING SLIP") : _("DELIVERY NOTE")); elseif ($doctype == 9) $this->title = ($print_as_quote==1 ? _("QUOTE") : _("SALES ORDER")); elseif ($doctype == 10)