New Task 1728: Aide à l'encodage - Journaux négatifs (note de crédit)

This commit is contained in:
Dany De Bontridder 2019-08-26 15:04:08 +02:00
parent 03cf9df238
commit c997708f95
21 changed files with 1794 additions and 623 deletions

View file

@ -65,7 +65,7 @@ if ( isset($_POST['save']))
{
try
{
$Ledger->verify($_POST);
$Ledger->verify_operation($_POST);
}
catch (Exception $e)
{
@ -97,7 +97,7 @@ if ( isset($_POST['confirm']))
{
try
{
$Ledger->verify($_POST);
$Ledger->verify_operation($_POST);
}
catch (Exception $e)
{
@ -133,7 +133,7 @@ if ( isset($_POST['correct']))
//----------------------------------------
// Blank form
//----------------------------------------
echo '<p class="notice">'.$p_msg.'</p>';
echo '<span class="warning">'.$p_msg.'</span>';
echo '<form class="print" name="form_detail" enctype="multipart/form-data" class="print" METHOD="POST">';
echo HtmlInput::hidden('ledger_type','fin');