iter in conteo_mes_clientes
This commit is contained in:
@@ -75,7 +75,9 @@
|
||||
{% block scripts %}
|
||||
<script>
|
||||
function get_pacs(){
|
||||
url = "{% url 'PACS_Retrive_RFCS' %}"
|
||||
let rfc = '{{request.path}}'
|
||||
rfc= Object.values(rfc.split('/'))
|
||||
url = `{% url 'PACS_Retrive_RFCS' %}?RFC=${rfc[2]}`
|
||||
fetch(url, {
|
||||
method: 'GET',
|
||||
headers:{
|
||||
|
||||
Reference in New Issue
Block a user