From 6948eebd70dfc43869550965b3904f353255a93a Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Wed, 3 Dec 2014 22:53:35 +0100 Subject: [PATCH] remove commented code --- include/compta_ach.inc.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/include/compta_ach.inc.php b/include/compta_ach.inc.php index 77a2ca7ed..de12e278a 100644 --- a/include/compta_ach.inc.php +++ b/include/compta_ach.inc.php @@ -146,14 +146,6 @@ if (isset($_POST['record'])) $jr_id = $cn->get_value('select jr_id from jrn where jr_internal=$1', array($internal)); echo '

Enregistrement

'; - // echo "

" . _('Opération sauvée') . " $internal "; - // if ($Ledger->pj != '') - // echo ' Piece : ' . h($Ledger->pj); - // echo "

"; - // if (strcmp($Ledger->pj, $_POST['e_pj']) != 0) - // { - // echo '

' . _('Attention numéro pièce existante, elle a du être adaptée') . '

'; - // } /* Save the additional information into jrn_info */ $obj = new Acc_Ledger_Info($cn); $obj->save_extra($Ledger->jr_id, $_POST);