Changeset 761

Show
Ignore:
Timestamp:
05/26/08 15:58:26 (6 months ago)
Author:
stavros
Message:

small fixes to the body of the DID billing cron job emails

Files:

Legend:

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

    r760 r761  
    118118                                $mail_user_content.="BALANCE REMAINING ".$mydids[5]-$mydids[3]."\n\n"; 
    119119                                $mail_user_content.="An automatic taking away of :".$mydids[3]." has been carry out of your account to pay your DID (".$mydids[7].")\n\n";       
    120                                 $mail_user_content.="Monthly cost for DID :".$mydids[0]."\n\n"; 
     120                                $mail_user_content.="Monthly cost for DID :".$mydids[3]."\n\n"; 
    121121                                $mail_user = true; 
    122122                                $mail_user_subject="DID notification - (".$mydids[7].")"; 
     
    124124                                // USER DONT HAVE ENOUGH CREDIT TO PAY FOR THE DID - WE WILL WARN HIM 
    125125                                $mail_user_content.="BALANCE REMAINING ".$mydids[5]."\n\n"; 
    126                                 $mail_user_content.="Your credit is not enough to pay your DID number (".$mydids[7]."), the monthly cost is :".$mydids[0]."\n\n"; 
     126                                $mail_user_content.="Your credit is not enough to pay your DID number (".$mydids[7]."), the monthly cost is :".$mydids[3]."\n\n"; 
    127127                                $mail_user_content.="You have ".date ("d",$day_remaining)." days to recharge your card or the DID will be automatically released \n\n"; 
    128128                                $mail_user = true; 
  • trunk/Cronjobs/a2billing_bill_diduse.php

    r760 r761  
    118118                                $mail_user_content.="BALANCE REMAINING ".$mydids[5]-$mydids[3]."\n\n"; 
    119119                                $mail_user_content.="An automatic taking away of :".$mydids[3]." has been carry out of your account to pay your DID (".$mydids[7].")\n\n";       
    120                                 $mail_user_content.="Monthly cost for DID :".$mydids[0]."\n\n"; 
     120                                $mail_user_content.="Monthly cost for DID :".$mydids[3]."\n\n"; 
    121121                                $mail_user = true; 
    122122                                $mail_user_subject="DID notification - (".$mydids[7].")"; 
     
    124124                                // USER DONT HAVE ENOUGH CREDIT TO PAY FOR THE DID - WE WILL WARN HIM 
    125125                                $mail_user_content.="BALANCE REMAINING ".$mydids[5]."\n\n"; 
    126                                 $mail_user_content.="Your credit is not enough to pay your DID number (".$mydids[7]."), the monthly cost is :".$mydids[0]."\n\n"; 
     126                                $mail_user_content.="Your credit is not enough to pay your DID number (".$mydids[7]."), the monthly cost is :".$mydids[3]."\n\n"; 
    127127                                $mail_user_content.="You have ".date ("d",$day_remaining)." days to recharge your card or the DID will be automatically released \n\n"; 
    128128                                $mail_user = true; 


Google