remove commented code
This commit is contained in:
parent
0041a0b157
commit
6948eebd70
1 changed files with 0 additions and 8 deletions
|
|
@ -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 '<h1> Enregistrement </h1>';
|
||||
// echo "<h2 >" . _('Opération sauvée') . " $internal ";
|
||||
// if ($Ledger->pj != '')
|
||||
// echo ' Piece : ' . h($Ledger->pj);
|
||||
// echo "</h2>";
|
||||
// if (strcmp($Ledger->pj, $_POST['e_pj']) != 0)
|
||||
// {
|
||||
// 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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue