[Vtigercrm-developers] Tax Block Update

Conrado Maggi comaggi at gmail.com
Wed Jun 1 12:15:45 GMT 2016


Hello Kiran,

Those placeholders are being replaced by pdfmaker when you build the PDF.
You won't find it in the code because that file is obfuscated.


Cheers,
Conrado

On Wed, Jun 1, 2016 at 1:22 PM, kiran <kiranraju.jakka at gmail.com> wrote:

> Hi,
>
> Does anybody help me to find out,
> /var/www/html/vtiger/module/PDFMaker/Views/Edit.php
>
> $vatblock_table = '
>
>
>
>                                 ' . $app_strings["Name"] . '
>                                 ' .
> vtranslate("LBL_VATBLOCK_VAT_PERCENT",'PDFMaker') . '
>                                 ' .
> vtranslate("LBL_VATBLOCK_SUM",'PDFMaker') .
> '
>                                 ' .
> vtranslate("LBL_VATBLOCK_VAT_VALUE",'PDFMaker') . '
>
>
>
>                                 #VATBLOCK_START#
>
>
>
>                                                 $VATBLOCK_LABEL$
>                                                 $VATBLOCK_VALUE$
>                                                 $VATBLOCK_NETTO$
>                                                 $VATBLOCK_VAT$
>
>
>
>                                 #VATBLOCK_END#
>
>
> ';
>
>         $vatblock_table = str_replace(array("\r\n", "\r", "\n", "\t"), "",
> $vatblock_table);
>         $vatblock_table = ereg_replace(" {2,}", ' ', $vatblock_table);
>         $viewer->assign("VATBLOCK_TABLE", $vatblock_table);
>
>         $ModCommentsModules = array();
>
>
> where should the $VATBLOCK_VALUE$ getting value?
>
> Thanks in Advance.
>
>
>
> --
> View this message in context:
> http://vtiger-crm.2324883.n4.nabble.com/Tax-Block-Update-tp19150.html
> Sent from the vtigercrm-developers mailing list archive at Nabble.com.
> _______________________________________________
> http://www.vtiger.com/
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20160601/667eff5e/attachment.html>


More information about the vtigercrm-developers mailing list