phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r300 - tag/rel601/modop


From: phpcompta-dev
Subject: [Phpcompta-dev] r300 - tag/rel601/modop
Date: Thu, 9 Feb 2012 13:49:28 +0100 (CET)

Author: danydb
Date: 2012-02-09 13:49:28 +0100 (Thu, 09 Feb 2012)
New Revision: 300

Modified:
   tag/rel601/modop/modop_save.php
Log:
location generated document


Modified: tag/rel601/modop/modop_save.php
===================================================================
--- tag/rel601/modop/modop_save.php     2012-02-08 21:32:48 UTC (rev 299)
+++ tag/rel601/modop/modop_save.php     2012-02-09 12:49:28 UTC (rev 300)
@@ -85,18 +85,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($jrn->jr_id, $_POST);
+               printf('<a class="line" style="display:inline" 
href="javascript:modifyOperation(%d,%d)">%s</a><hr>', $_POST['ext_jr_id'], 
dossier::id(), $new_internal);
+               // Feedback
+               echo $jrn->confirm($_POST, true);
                if (isset($jrn->doc))
                {
                      echo '<span class="invoice">';
                      echo $jrn->doc;
                      echo '</span>';
                }
-               /* Save the additional information into jrn_info */
-               $obj = new Acc_Ledger_Info($cn);
-               $obj->save_extra($jrn->jr_id, $_POST);
-               printf('<a class="line" style="display:inline" 
href="javascript:modifyOperation(%d,%d)">%s</a><hr>', $_POST['ext_jr_id'], 
dossier::id(), $new_internal);
-               // Feedback
-               echo $jrn->confirm($_POST, true);
+
                echo '</div>';
 }
 /* ---------------------------------------------------------------------- */



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