X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Fincludes%2Fdoctext.inc;h=c76cfed9a7f92f80bc79de5aa8ca6b47fc9ac191;hb=f2059a43d9e6098722f28cb623d863cdf9748f75;hp=e15a5df9305bb728eb02f1d56c05369184bb23ba;hpb=6b7017a02509dd2fc816c661d4271e7d404c17fd;p=fa-stable.git diff --git a/reporting/includes/doctext.inc b/reporting/includes/doctext.inc index e15a5df9..c76cfed9 100644 --- a/reporting/includes/doctext.inc +++ b/reporting/includes/doctext.inc @@ -56,12 +56,11 @@ if (isset($header2type)) } $doc_Our_VAT_no = _("Our VAT No."); $doc_Domicile = _("Domicile"); + $doc_Extra = ""; if($doctype == ST_CUSTDELIVERY || $doctype == ST_SALESQUOTE || $doctype == ST_PURCHORDER || $doctype == ST_SALESORDER || $doctype == ST_SUPPAYMENT || $doctype == ST_CUSTPAYMENT) { if ($doctype == ST_CUSTPAYMENT) $doc_Extra = _("* Subject to Realisation of the Cheque."); - else - $doc_Extra = ""; $doc_Bank_Account = ''; $doc_Please_Quote = _("All amounts stated in"); } else {