Commit 943c74b1 authored by irving's avatar irving

Corregido duplicaba extension .pdf del reporte

parent 338e9593
...@@ -183,7 +183,7 @@ ...@@ -183,7 +183,7 @@
</a> </a>
</li> </li>
<li> <li>
<a class="treeview submenu" href="{% url 'PDF' purchaseID %}" target="_blank" download="{{ searchInfo.pdf_name }}).pdf"> <a class="treeview submenu" href="{% url 'PDF' purchaseID %}" target="_blank" download="{{ searchInfo.pdf_name }}">
<i class="fa fa-file-pdf-o"></i> <i class="fa fa-file-pdf-o"></i>
<span>Export to PDF</span> <span>Export to PDF</span>
<span class="pull-right-container"> <span class="pull-right-container">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment