Fixed delivery note's invoice deadline date description
authorJanusz Dobrowolski <janusz@frontaccouting.eu>
Fri, 25 Feb 2011 21:46:38 +0000 (22:46 +0100)
committerJanusz Dobrowolski <janusz@frontaccouting.eu>
Fri, 25 Feb 2011 21:46:38 +0000 (22:46 +0100)
reporting/includes/doctext.inc

index 4f52bd2cb22ad6c69cfc2a2a53df6127f80dfe7a..355cda64a5f3db8c36933671eb47f499320c4f3c 100644 (file)
@@ -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");