\r\n \r\n {t.TipoEntradaNombre}\r\n
\r\n{t.cantidadSel}
\r\n\r\n {\r\n t.Precio === 0 ? txtFree :(Iso === \"VES\"\r\n ? global.MonedaPorDefecto === \"VES\"\r\n ? `${Simbolo} ${ (global.mostrarCargos && this.props.selectedFunction.TipoDesglose !== 2 ) || this.props.selectedFunction.TipoDesglose === 7 \r\n ? currencyFormatDE(\r\n (t.Precio + (this.props.selectedFunction.TipoDesglose === 7 ? 0 : fee)) * t.cantidadSel,\r\n this.props.global\r\n .thousandsSeparator,\r\n this.props.global\r\n .decimalSeparator,\r\n this.props.global.MostrarDecimales\r\n )\r\n : currencyFormatDE(\r\n (t.Precio +\r\n t.Comision -\r\n ((t.MontoIVA || 0) +\r\n (t.ComisionIVA || 0))) *\r\n t.cantidadSel,\r\n this.props.global\r\n .thousandsSeparator,\r\n this.props.global\r\n .decimalSeparator,\r\n this.props.global.MostrarDecimales\r\n )\r\n }`\r\n : `$ ${ (global.mostrarCargos && this.props.selectedFunction.TipoDesglose !== 2 ) || this.props.selectedFunction.TipoDesglose === 7\r\n ? currencyFormatDE(\r\n (currencyFormatValue(\r\n global.dolarToday,\r\n t.Precio,\r\n global.MostrarDecimales\r\n ) +\r\n (this.props.selectedFunction.TipoDesglose === 7 ? 0 : fee) ) *\r\n t.cantidadSel,\r\n this.props.global\r\n .thousandsSeparator,\r\n this.props.global\r\n .decimalSeparator,\r\n this.props.global.MostrarDecimales\r\n )\r\n : currencyFormatDE(\r\n currencyFormatValue(\r\n global.dolarToday,\r\n (t.Precio +\r\n t.Comision -\r\n ((t.MontoIVA || 0) +\r\n (t.ComisionIVA || 0))) *\r\n t.cantidadSel,\r\n global.MostrarDecimales\r\n ),\r\n this.props.global\r\n .thousandsSeparator,\r\n this.props.global\r\n .decimalSeparator,\r\n this.props.global.MostrarDecimales\r\n )\r\n }`\r\n : `${Simbolo} ${\r\n global.mostrarCargos\r\n ? currencyFormatDE(\r\n (t.Precio + fee) * t.cantidadSel,\r\n this.props.global\r\n .thousandsSeparator,\r\n this.props.global.decimalSeparator,\r\n this.props.global.MostrarDecimales\r\n )\r\n : currencyFormatDE(\r\n (t.Precio + fee) * t.cantidadSel,\r\n this.props.global\r\n .thousandsSeparator,\r\n this.props.global.decimalSeparator,\r\n this.props.global.MostrarDecimales\r\n )\r\n }`)\r\n }\r\n
\r\n {\r\n this.setState({\r\n liberarTicketsSelected: true,\r\n liberarTicketsSelectedFreeAssignation: false,\r\n liberarSelected: t,\r\n });\r\n }}\r\n >\r\n