bug #21599: comptabilité analytique && Ecriture ouverture

This commit is contained in:
sparkyx 2007-11-16 21:49:23 +00:00
parent 600ca269e0
commit f208d503de
4 changed files with 12 additions and 2 deletions

View file

@ -39,5 +39,7 @@ CREATE TRIGGER document_modele_validate
BEFORE INSERT OR UPDATE ON document_modele
FOR EACH ROW
EXECUTE PROCEDURE t_document_modele_validate();
update operation_analytique set oa_debit=j_debit from jrnx where jrnx.j_id=operation_analytique.j_id ;
update version set val=36;
commit;