Improve Unit Test for Report

This commit is contained in:
sparkyx 2023-12-05 15:24:01 +01:00
parent a810c80cd7
commit 2e294d2f97
9 changed files with 104 additions and 27 deletions

View file

@ -36,4 +36,5 @@ public.fiche_detail for each row execute function comptaproc.fiche_detail_check_
update fiche_detail set ad_value=ad_value where ad_id in (select ad_id from attr_def where ad_type='card');
insert into parameter values ('MY_REPORT','N') ON CONFLICT DO NOTHING;