Bug quand corrige dans journal financier, la date et les soldes sont recalculés
This commit is contained in:
parent
c9b995063c
commit
449b59e692
1 changed files with 4 additions and 3 deletions
|
|
@ -142,8 +142,9 @@ echo HtmlInput::button('add_item',_('Ajout article'), ' onClick="ledger_fin_ad
|
|||
echo HtmlInput::submit('save',_('Sauve'));
|
||||
echo HtmlInput::reset(_('Effacer'));
|
||||
|
||||
echo create_script(" get_last_date();ajax_saldo('first_sold');");
|
||||
exit();
|
||||
|
||||
if ( ! isset ($_POST['e_date']) )
|
||||
{
|
||||
echo create_script(" get_last_date();ajax_saldo('first_sold');");
|
||||
}
|
||||
|
||||
exit();
|
||||
Loading…
Add table
Add a link
Reference in a new issue