From: Joe Hunt Date: Thu, 7 Jan 2010 23:45:46 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: 2.3-final~1062 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=bc378f060ebd80aa4acae13b0ee7373185e33a1e;p=fa-stable.git *** empty log message *** --- diff --git a/reporting/includes/doctext.inc b/reporting/includes/doctext.inc index 955626bb..40a0802b 100644 --- a/reporting/includes/doctext.inc +++ b/reporting/includes/doctext.inc @@ -140,7 +140,7 @@ if (isset($linetype)) { $doc_Total_Allocated = _("Total Allocated"); $doc_Left_To_Allocate = _("Left to Allocate"); - $doc_Total_Payment = _("TOTAL PAYMENT"); + $doc_Total_Payment = _("TOTAL REMITTANCE"); } elseif ($doctype == ST_CUSTPAYMENT) { diff --git a/reporting/includes/doctext2.inc b/reporting/includes/doctext2.inc index 4899e467..554409e7 100644 --- a/reporting/includes/doctext2.inc +++ b/reporting/includes/doctext2.inc @@ -139,7 +139,7 @@ if (isset($linetype)) { $doc_Total_Allocated = "Total Allocated"; $doc_Left_To_Allocate = "Left to Allocate"; - $doc_Total_Payment = "TOTAL PAYMENT"; + $doc_Total_Payment = "TOTAL REMITTANCE"; } elseif ($doctype == ST_CUSTPAYMENT) {