phpcompta-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpcompta-dev] r4697 - in phpcompta/trunk: html include/template


From: phpcompta-dev
Subject: [Phpcompta-dev] r4697 - in phpcompta/trunk: html include/template
Date: Mon, 9 Jan 2012 15:47:29 +0100 (CET)

Author: danydb
Date: 2012-01-09 15:47:29 +0100 (Mon, 09 Jan 2012)
New Revision: 4697

Modified:
   phpcompta/trunk/html/ajax_ledger.php
   phpcompta/trunk/include/template/ledger_detail_bottom.php
Log:
Modifie rapprochement fiche detail

Modified: phpcompta/trunk/html/ajax_ledger.php
===================================================================
--- phpcompta/trunk/html/ajax_ledger.php        2012-01-09 14:40:02 UTC (rev 
4696)
+++ phpcompta/trunk/html/ajax_ledger.php        2012-01-09 14:47:29 UTC (rev 
4697)
@@ -38,6 +38,7 @@
 require_once('class_anc_operation.php');
 require_once('class_idate.php');
 require_once 'class_own.php';
+require_once 'class_iconcerned.php';
 /**
  * Check if we receive the needed data (jr_id...)
  */

Modified: phpcompta/trunk/include/template/ledger_detail_bottom.php
===================================================================
--- phpcompta/trunk/include/template/ledger_detail_bottom.php   2012-01-09 
14:40:02 UTC (rev 4696)
+++ phpcompta/trunk/include/template/ledger_detail_bottom.php   2012-01-09 
14:47:29 UTC (rev 4697)
@@ -39,9 +39,10 @@
 </legend>
 <?
 if ( $access=='W') {
-  $search='<INPUT TYPE="BUTTON" class="button" VALUE="Cherche" 
OnClick="search_reconcile('.$gDossier.",'rapt".$div."','".$obj->det->jr_montant."')\">";
-  $rapt=new IText('rapt'.$div);
-  echo $rapt->input().$search;
+     $wConcerned=new IConcerned("rapt".$div);
+     $wConcerned->amount_id=$obj->det->jr_montant;
+    echo $wConcerned->input();    
+    
 }
 
 ?>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]