Changeset 709

Show
Ignore:
Timestamp:
05/09/08 04:01:34 (7 months ago)
Author:
areski
Message:

FIX : RECURRING SERVICES REPORT

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.3/A2Billing_AGI/libs_a2billing/crontjob/a2billing_batch_process.php

    r78 r709  
    208208                $mail_content .= "\n\nTotal card updated = ".$totalcardperform; 
    209209                $mail_content .= "\nTotal credit removed = ".$totalcredit; 
    210                 mail($myservice[12], "A2BILLING RECURSING SERVICES : REPORT", $mail_content); 
     210                mail($myservice[12], "RECURRING SERVICES : REPORT", $mail_content); 
    211211        } 
    212212 
  • trunk/Cronjobs/a2billing_batch_process.php

    r546 r709  
    208208                $mail_content .= "\n\nTotal card updated = ".$totalcardperform; 
    209209                $mail_content .= "\nTotal credit removed = ".$totalcredit; 
    210                 mail($myservice[12], "A2BILLING RECURSING SERVICES : REPORT", $mail_content); 
     210                mail($myservice[12], "RECURRING SERVICES : REPORT", $mail_content); 
    211211        } 
    212212 


Google