Author: danydb
Date: 2012-01-25 00:44:06 +0100 (Wed, 25 Jan 2012)
New Revision: 4732

Modified:
   phpcompta/tags/rel600/include/class_acc_ledger_purchase.php
   phpcompta/tags/rel600/include/class_acc_ledger_sold.php
Log:
Esthetique : document g?\195?\169n?\195?\169r?\195?\169

Modified: phpcompta/tags/rel600/include/class_acc_ledger_purchase.php
===================================================================
--- phpcompta/tags/rel600/include/class_acc_ledger_purchase.php 2012-01-24 
23:42:14 UTC (rev 4731)
+++ phpcompta/tags/rel600/include/class_acc_ledger_purchase.php 2012-01-24 
23:44:06 UTC (rev 4732)
@@ -723,7 +723,7 @@
             if ( isset($_POST['gen_invoice']) )
             {
                 $ref_doc= $this->create_document($internal,$p_array);
-                $this->doc= _('Document généré')."  : ";
+                $this->doc= _('Document généré')."  : "."<br>";
                 $this->doc.='<A style="line" 
HREF="show_pj.php?'.dossier::get().'&jr_grpt_id='.$seq.'&jrn='.$this->id.'">'.$ref_doc.'</A>';
             }
 

Modified: phpcompta/tags/rel600/include/class_acc_ledger_sold.php
===================================================================
--- phpcompta/tags/rel600/include/class_acc_ledger_sold.php     2012-01-24 
23:42:14 UTC (rev 4731)
+++ phpcompta/tags/rel600/include/class_acc_ledger_sold.php     2012-01-24 
23:44:06 UTC (rev 4732)
@@ -498,7 +498,7 @@
                     if ( isset($_POST['gen_invoice']))
                     {
                         $file=$this->create_document($internal,$p_array);
-                        $this->doc= _('Document généré')."  : ";
+                        $this->doc= _('Document généré')."  : "."<br>";
                         $this->doc.='<A class="line" 
HREF="show_pj.php?'.dossier::get().'&jr_grpt_id='.$seq.'&jrn='.$this->id.'">'.$file.'</A>';
                     }
             }


_______________________________________________
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev

Reply via email to