[Vtigercrm-developers] Curreny number format

amine f amine.fe at gmail.com
Fri May 15 02:11:56 PDT 2009


Hi Dimitri,

To change the number format in the invoice, open CreatePDF.pfh file which is
in the repositry:
/www/vtigercrm/modules/Invoice

In line 123, you'll find:

$price_total = number_format($final_details["grandTotal"],2,',','.');

Here you can change the separator. For example if you want to have thi
format number:
1?000!000
Do as this:
$price_total = number_format($final_details["grandTotal"],2,'!','?');

Best regards
Amine FELLAHI
Sirius NET
Site: http://www.snet-dz.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090515/52d0ea23/attachment-0003.html 


More information about the vtigercrm-developers mailing list