Merge with the branches/rel400
* New module budget * Detail for impress of account * Code rewrited * Group in analytic accountancy * Fix Bug
This commit is contained in:
parent
4e4529c51a
commit
cd96d07c1e
113 changed files with 1193 additions and 1104 deletions
4
html/admin/sql/patch/upgrade43.sql
Normal file
4
html/admin/sql/patch/upgrade43.sql
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
begin;
|
||||
delete from bud_detail where bd_id not in (select bd_id from bud_detail_periode);
|
||||
update version set val=44;
|
||||
commit;
|
||||
Loading…
Add table
Add a link
Reference in a new issue