altocompta/html/admin/sql/patch/upgrade43.sql
Dany De Bontridder cd96d07c1e Merge with the branches/rel400
* New module budget
* Detail for impress of account
* Code rewrited
* Group in analytic accountancy
* Fix Bug
2008-02-26 17:26:24 +00:00

4 lines
124 B
PL/PgSQL

begin;
delete from bud_detail where bd_id not in (select bd_id from bud_detail_periode);
update version set val=44;
commit;