Browse Source

Update tpl-view-project.php

Hugo Roy 8 years ago
parent
commit
851e490472
1 changed files with 1 additions and 1 deletions
  1. 1 1
      templates/tpl-view-project.php

+ 1 - 1
templates/tpl-view-project.php

@@ -64,7 +64,7 @@ include_once 'templates/tpl-main-top.php';
 
 <script>
 $(document).ready(function() {
-    jQuery.get('/bartender/status?dossier=tes&projetId=tes-ma-rep', function(data) {
+    jQuery.get('/bartender/status?dossier=<?php echo $o['dossier_id']; ?>&projetId=<?php echo $o['rowid']; ?>', function(data) {
         $("#statusmsg").html(data["text"]);
     });
 });