phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r4768 - phpcompta/tags/rel600/include


From: phpcompta-dev
Subject: [Phpcompta-dev] r4768 - phpcompta/tags/rel600/include
Date: Thu, 9 Feb 2012 13:47:46 +0100 (CET)

Author: danydb
Date: 2012-02-09 13:47:45 +0100 (Thu, 09 Feb 2012)
New Revision: 4768

Modified:
   phpcompta/tags/rel600/include/compta_ach.inc.php
Log:
cosmetic : place of "Document generated


Modified: phpcompta/tags/rel600/include/compta_ach.inc.php
===================================================================
--- phpcompta/tags/rel600/include/compta_ach.inc.php    2012-02-09 09:20:29 UTC 
(rev 4767)
+++ phpcompta/tags/rel600/include/compta_ach.inc.php    2012-02-09 12:47:45 UTC 
(rev 4768)
@@ -132,18 +132,19 @@
                {
                        echo '<h3 class="notice"> ' . _('Attention numéro pièce 
existante, elle a du être adaptée') . '</h3>';
                }
+               /* Save the additional information into jrn_info */
+               $obj = new Acc_Ledger_Info($cn);
+               $obj->save_extra($Ledger->jr_id, $_POST);
+               printf('<a class="line" style="display:inline" 
href="javascript:modifyOperation(%d,%d)">%s</a><hr>', $jr_id, dossier::id(), 
$internal);
+               // Feedback
+               echo $Ledger->confirm($_POST, true);
                if (isset($Ledger->doc))
                {
                      echo '<span class="invoice">';
                      echo $Ledger->doc;
                      echo '</span>';
                }
-               /* Save the additional information into jrn_info */
-               $obj = new Acc_Ledger_Info($cn);
-               $obj->save_extra($Ledger->jr_id, $_POST);
-               printf('<a class="line" style="display:inline" 
href="javascript:modifyOperation(%d,%d)">%s</a><hr>', $jr_id, dossier::id(), 
$internal);
-               // Feedback
-               echo $Ledger->confirm($_POST, true);
+
                echo '</div>';
                exit();
        }



---
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]