Support A2Billing :

provided by Star2Billing S.L.

Support A2Billing :
It is currently Thu Mar 28, 2024 11:38 am
Auto Dialer Software


All times are UTC




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: "Dollar" not "Dollars"
PostPosted: Tue Jun 27, 2006 1:24 am 
Offline

Joined: Tue Jun 27, 2006 12:37 am
Posts: 9
When the prompts announce the amount of credit available it says "dollar" instead of "dollars".

Example "You have 10 dollar available" when it should be "You have 10 dollars available."

Not sure if anyone else has noticed this or if it's really a big deal.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jun 27, 2006 3:28 am 
Offline

Joined: Mon May 29, 2006 7:07 pm
Posts: 287
Location: Denver
it is annoying for me, but nobody seems to care.


Top
 Profile  
 
 Post subject: Dollar and not Dollars
PostPosted: Mon Jan 08, 2007 10:42 pm 
Offline

Joined: Mon Jan 08, 2007 6:56 pm
Posts: 345
After line ~1026 , "" elseif (strlen($cents)==1) $cents.= '0'; ""
in file /var/lib/asterisk/agi-bin/libs_a2billing/Class.A2Billing.php

Place these lines:

if (($units > 1) && ($this->agiconfig['currency_association_internal'][strtolower($this->currency)]=='prepaid-dollar')) {
$this->agiconfig['currency_association_internal'][strtolower($this->currency)]='prepaid-dollars';
}


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 
Hosted Voice Broadcast


All times are UTC


Who is online

Users browsing this forum: No registered users and 7 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group