synctoAsync

This commit is contained in:
fjrodriguez
2022-12-06 09:47:29 -06:00
parent d71f627b31
commit 705184319e
5 changed files with 22 additions and 21 deletions

View File

@@ -46,7 +46,7 @@ Timbres disponibles Comercio Digital: {{saldo.saldo}}
<a href="{% url 'timbres_cliente' obj.RFC %}" class="btn btn-info">Ver Timbres</a>
{% endif %}
</td>
<td><a href="{% url 'export_Excel' %}?RFC={{obj.RFC}}">Excel</a></td>
<td><a target="_blank" rel="noopener noreferrer" href="{% url 'export_Excel' %}?RFC={{obj.RFC}}">Excel</a></td>
</tr>
{% endfor %}
</tbody>