phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r729 - trunk/invoicing/include


From: phpcompta-dev
Subject: [Phpcompta-dev] r729 - trunk/invoicing/include
Date: Sat, 28 Jun 2014 10:12:22 +0200 (CEST)

Author: danydb
Date: 2014-06-28 10:12:22 +0200 (Sat, 28 Jun 2014)
New Revision: 729

Modified:
   trunk/invoicing/include/class_acc_ledger_sold_generate.php
Log:
Task #1007 - Historique : icone document
Bug #1005 : pas de liason automatique pour tresorn

Modified: trunk/invoicing/include/class_acc_ledger_sold_generate.php
===================================================================
--- trunk/invoicing/include/class_acc_ledger_sold_generate.php  2014-06-28 
08:11:18 UTC (rev 728)
+++ trunk/invoicing/include/class_acc_ledger_sold_generate.php  2014-06-28 
08:12:22 UTC (rev 729)
@@ -254,9 +254,7 @@
             //document
             if ($row['jr_pj_name'] != "")
             {
-                $image = '<IMG SRC="image/insert_table.gif" title="' . 
$row['jr_pj_name'] . '" border="0">';
-                $r.="<TD>" . sprintf('<A class="detail" 
HREF="show_pj.php?jrn=%s&jr_grpt_id=%s&%s">%s</A>', $row['jrn_def_id'], 
$row['jr_grpt_id'], $str_dossier, $image)
-                        . "</TD>";
+                
$r.='<td>'.HtmlInput::show_receipt_document($row['jr_id']).'</td>';
             } else
                 $r.="<TD></TD>";
 



---
PhpCompta est un logiciel de comptabilité libre en ligne (full web)
Projet opensource http://www.phpcompta.eu



reply via email to

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