Commit c7cc2707 authored by Hamza Arfaoui's avatar Hamza Arfaoui

CAFI169

parent 78c903d1
......@@ -1351,7 +1351,7 @@ function selfRattachement(mat, cid, cn, newaid, pr, fn) {
//alert('TRANSFERT : '+cid+" | "+cn+" | "+aid+" | "+an);
var eid = getEntityPileRattachement();
$.post('/admin/ajax/cnsTrfActions.php', {action: 'ajout', mat: mat, cid: cid, cn: cn, newaid: newaid, eid: eid, pr:pr, fn:fn, pa:agency.id_agence}, 'json')
$.post('../admin/ajax/cnsTrfActions.php', {action: 'ajout', mat: mat, cid: cid, cn: cn, newaid: newaid, eid: eid, pr:pr, fn:fn, pa:agency.id_agence}, 'json')
.done(function (data) {
$('a > span.ui-icon-closethick').click();
});
......
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