From: Joe Hunt Date: Thu, 7 Jan 2010 23:45:46 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=9909c3f81dc465f0de30a389c40bc05c36f3e748;p=textcart.git *** empty log message *** --- diff --git a/reporting/includes/doctext.inc b/reporting/includes/doctext.inc index 955626b..40a0802 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 4899e46..554409e 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) {