[Vtigercrm-developers] Tax Block Update
kiran
kiranraju.jakka at gmail.com
Wed Jun 1 11:22:34 GMT 2016
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.
More information about the vtigercrm-developers
mailing list