fix error signed devis auto created contrat

This commit is contained in:
Serreau Jovann
2026-02-18 15:08:18 +01:00
parent 61aa93841b
commit ae545dadac

View File

@@ -233,7 +233,7 @@
{% if not contrat.isSigned and not contrat.refused %}
<a data-turbo="false" href="{{ path('app_crm_contrats', {idDelete: contrat.id}) }}"
class="w-full lg:w-12 h-12 rounded-2xl bg-white/5 border border-white/10 flex items-center justify-center text-white hover:bg-blue-600 hover:border-blue-400 transition-all group/btn" title="Consulter">
<svg class="w-5 h-5 group-hover/btn:scale-110 transition-transform" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 12a3 3 0 11-6 0 3 3 0 016 0z"></path><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M2.458 12C3.732 7.943 7.523 5 12 5c4.478 0 8.268 2.943 9.542 7-1.274 4.057-5.064 7-9.542 7-4.477 0-8.268-2.943-9.542-7z"></path></svg>
Supprimer le contrat
</a>
<a data-turbo="false" href="{{ path('app_crm_contrats', {idSend: contrat.id}) }}"
onclick="return confirm('Renvoyer les documents à {{ contrat.customer.email }} ?')"