From 61ba1cc9406056fdb2c22bd253521fae45e660c0 Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Fri, 25 Feb 2011 22:46:38 +0100 Subject: [PATCH] Fixed delivery note's invoice deadline date description --- reporting/includes/doctext.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reporting/includes/doctext.inc b/reporting/includes/doctext.inc index 4f52bd2c..355cda64 100644 --- a/reporting/includes/doctext.inc +++ b/reporting/includes/doctext.inc @@ -34,6 +34,8 @@ if (isset($header2type)) $doc_Due_Date = _("Valid until"); elseif ($doctype == ST_SALESORDER) $doc_Due_Date = _("Delivery Date"); + elseif($doctype == ST_CUSTDELIVERY) + $doc_Due_Date = _("To Be Invoiced Before"); else $doc_Due_Date = _("Due Date"); $doc_Your_Ref = _("Your Ref"); -- 2.30.2