Your IP : 18.223.195.175


Current Path : /home/bitrix/ext_www/crm.klimatlend.ua/bitrix/integration/sale.paysystems/br/quote_br/
Upload File :
Current File : /home/bitrix/ext_www/crm.klimatlend.ua/bitrix/integration/sale.paysystems/br/quote_br/payment.php

<?

CCurrencyLang::disableUseHideZero();

if (!empty($_REQUEST['pdf']))
	return include(dirname(__FILE__) . '/pdf.php');
else
	return include(dirname(__FILE__) . '/html.php');

CCurrencyLang::enableUseHideZero();

?>