#1380 : Duplication d'opérations
Signed-off-by: Dany De Bontridder <dany@alchimerys.be>
This commit is contained in:
parent
b91280c0f5
commit
e7485c51f6
4 changed files with 32 additions and 4 deletions
|
|
@ -130,13 +130,13 @@ elseif (isset($_POST['save']))
|
|||
}
|
||||
|
||||
echo $ledger->button_new_operation();
|
||||
|
||||
echo $Ledger->copy_operation();
|
||||
}
|
||||
catch (Exception $e)
|
||||
{
|
||||
require NOALYSS_INCLUDE.'/operation_ods_new.inc.php';
|
||||
alert($e->getMessage());
|
||||
$p_msg=$e->getMessage();
|
||||
$p_msg=$e->getMessage();
|
||||
}
|
||||
echo '</div>';
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue