Файловый менеджер - Редактировать - /var/www/axolotl/data/www/axolotls.ru/www/bitrix/js/salescenter/app/src/timeline/payment.js
Назад
import {Type} from 'main.core' import {Base} from './base' class Payment extends Base { constructor(props) { super(props); this.sum = typeof(props.sum) != 'undefined' ? props.sum : '0.00';//.toFixed(2) this.title = Type.isString(props.title) && props.title.length > 0 ? props.title : ''; this.currency = Type.isString(props.currency) && props.currency.length > 0 ? props.currency : ''; } static type() { return 'payment'; } getType() { return Payment.type(); } getIcon() { return 'cash'; } } export { Payment }
| ver. 1.4 |
Github
|
.
| PHP 7.4.8 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка