X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Fincludes%2Fdoctext.inc;h=439d7b8f0e11f44297aea5b74774ec5310b6d92c;hb=7561718ee5113232ce917f63085d272884b0929c;hp=be391fde7392bb3905c77ca602327c691b11f678;hpb=13367be8aaf5175295f7aab7160370458dad1824;p=fa-stable.git diff --git a/reporting/includes/doctext.inc b/reporting/includes/doctext.inc index be391fde..439d7b8f 100644 --- a/reporting/includes/doctext.inc +++ b/reporting/includes/doctext.inc @@ -14,6 +14,8 @@ * Set document type dependent elements of common page layout. * */ + global $SysPrefs; + $Addr1 = array( 'title' => _("Charge To"), 'name' => @$this->formData['br_name'] ? $this->formData['br_name'] : @$this->formData['DebtorName'],