Current Path : /var/www/axolotl/data/www/yar.axolotls.ru/bitrix/modules/crm/lib/invoice/ |
Current File : /var/www/axolotl/data/www/yar.axolotls.ru/bitrix/modules/crm/lib/invoice/persontype.php |
<?php namespace Bitrix\Crm\Invoice; use Bitrix\Sale; use Bitrix\Main; if (!Main\Loader::includeModule('sale')) { return; } /** * Class PersonType * @package Bitrix\Crm\Invoice */ class PersonType extends Sale\PersonType { /** * @return string */ public static function getRegistryType() { return REGISTRY_TYPE_CRM_INVOICE; } }