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
_______________________________________________
Phpcompta est un logiciel libre de comptabilité en ligne
(http://www.phpcompta.eu)
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev