From: Janusz Dobrowolski Date: Fri, 25 Feb 2011 21:46:38 +0000 (+0100) Subject: Fixed delivery note's invoice deadline date description X-Git-Tag: 2.3-final~779 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=61ba1cc9406056fdb2c22bd253521fae45e660c0;p=fa-stable.git Fixed delivery note's invoice deadline date description --- 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");