Task #0001992: Prévision, calcul avec comptabilité analytique

This commit is contained in:
sparkyx 2021-05-24 12:39:50 +02:00
parent 2838cc2f08
commit 1a632a2d1c
37 changed files with 1675 additions and 1189 deletions

View file

@ -140,8 +140,8 @@ if ( ! empty ($array) ) {
*/
$report=$g_user->get_mini_report();
$rapport=new Acc_Report($cn);
$rapport->id=$report;
$rapport=new Acc_Report($cn,$report);
if ( $rapport->exist() == false ) {
$g_user->set_mini_report(0);
$report=0;