phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r4387 - phpcompta/trunk/include


From: phpcompta-dev
Subject: [Phpcompta-dev] r4387 - phpcompta/trunk/include
Date: Fri, 18 Nov 2011 11:24:59 +0100 (CET)

Author: danydb
Date: 2011-11-18 11:24:58 +0100 (Fri, 18 Nov 2011)
New Revision: 4387

Modified:
   phpcompta/trunk/include/class_acc_ledger_purchase.php
   phpcompta/trunk/include/class_acc_ledger_sold.php
Log:
#459 : visibilit?\195?\169 doc. g?\195?\169n?\195?\169r?\195?\169

Modified: phpcompta/trunk/include/class_acc_ledger_purchase.php
===================================================================
--- phpcompta/trunk/include/class_acc_ledger_purchase.php       2011-11-18 
10:24:18 UTC (rev 4386)
+++ phpcompta/trunk/include/class_acc_ledger_purchase.php       2011-11-18 
10:24:58 UTC (rev 4387)
@@ -709,8 +709,8 @@
             if ( isset($_POST['gen_invoice']) )
             {
                 $ref_doc= $this->create_document($internal,$p_array);
-                $this->doc= _('Document généré');
-                $this->doc.='<A style="display:inline" 
HREF="show_pj.php?'.dossier::get().'&jr_grpt_id='.$seq.'&jrn='.$this->id.'">'.$ref_doc.'</A>';
+                $this->doc= _('Document généré')."  : ";
+                $this->doc.='<A style="line" 
HREF="show_pj.php?'.dossier::get().'&jr_grpt_id='.$seq.'&jrn='.$this->id.'">'.$ref_doc.'</A>';
             }
 
             //----------------------------------------

Modified: phpcompta/trunk/include/class_acc_ledger_sold.php
===================================================================
--- phpcompta/trunk/include/class_acc_ledger_sold.php   2011-11-18 10:24:18 UTC 
(rev 4386)
+++ phpcompta/trunk/include/class_acc_ledger_sold.php   2011-11-18 10:24:58 UTC 
(rev 4387)
@@ -473,8 +473,8 @@
                     if ( isset($_POST['gen_invoice']))
                     {
                         $file=$this->create_document($internal,$p_array);
-                        $this->doc= _('Document généré');
-                        $this->doc.='<A STYLE="display:inline;" 
HREF="show_pj.php?'.dossier::get().'&jr_grpt_id='.$seq.'&jrn='.$this->id.'">'.$file.'</A>';
+                        $this->doc= _('Document généré')."  : ";
+                        $this->doc.='<A class="line" 
HREF="show_pj.php?'.dossier::get().'&jr_grpt_id='.$seq.'&jrn='.$this->id.'">'.$file.'</A>';
                     }
             }
             //----------------------------------------




reply via email to

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