*** empty log message ***
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Thu, 7 Jan 2010 23:45:46 +0000 (23:45 +0000)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Thu, 7 Jan 2010 23:45:46 +0000 (23:45 +0000)
reporting/includes/doctext.inc
reporting/includes/doctext2.inc

index 955626bb42aa8710ff1d686b5d8d3167539ace76..40a0802b5a3fa65224c72e28861a15b34586460d 100644 (file)
@@ -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)
        {
index 4899e467b61708ef8b9a6be526ac367b0195212b..554409e774acb5c4bfa6ec6111063fb24e059729 100644 (file)
@@ -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)
        {